wiki.techinc.nl/maintenance/dev/includes
Timo Tijhof beb1c4a0ec phpcs: More require/include is not a function
Follows-up I1343872de7, Ia533aedf63 and I2df2f80b81.

Also updated usage in text in documentation and the
installer LocalSettingsGenerator.

Most of them were handled by this regex:
- find: (require|include|require_once|include_once)\s*\(\s*(.+?)\s*\)\s*;$
- replace: $1 $2;

Change-Id: I6b38aad9a5149c9c43ce18bd8edbab14b8ce43fa
2013-05-21 23:26:28 +02:00
..
php.sh Followup ac8b7d54f8 fix broken php detection 2012-08-05 22:56:16 -07:00
require-php.sh
router.php phpcs: More require/include is not a function 2013-05-21 23:26:28 +02:00