This website requires JavaScript.
Explore
Help
Sign in
Thijs
/
wiki.techinc.nl
Watch
1
Star
0
Fork
You've already forked wiki.techinc.nl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3c1d3e2bc6
wiki.techinc.nl
/
wiki.phtml
4 lines
98 B
PHTML
Raw
Normal View
History
Unescape
Escape
Fix for compatibility with short_open_tag = Off
2004-02-18 02:15:00 +00:00
<?php
Clean up access points * Harmonize spacing * Use // for comments rather than # * Harmonize call style for 'require', 'include' etc. * Add missing profileinfo.php5 * Use "./" for path to api.php in api.php5 (to match other php5 files). * Move documentation related to Setup.php from index.php to WebStart.php * Remove "Initialise common code." comment in api.php (was already remove in most entry points) Change-Id: I8dc4a79fd13cee49e34f250a4039b3666bd42aca
2013-02-15 07:31:48 +00:00
// Stub file for compatibility with older versions of MediaWiki
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-17 00:16:59 +00:00
include_once './index.php';
Reference in a new issue
Copy permalink