aboutsummaryrefslogtreecommitdiffstats
path: root/img_auth.php5
Commit message (Collapse)AuthorAgeFilesLines
* Clean up access pointsWaldir Pimenta2014-03-281-2/+2
| | | | | | | | | | | | | * 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
* Lots of spelling mistakes and phpdoc attributesYuri Astrakhan2013-03-101-1/+1
| | | | | | | | | | @throw->@throws @returns->@return @seealso->@see @cover->@covers etc Change-Id: I9ae6bc3034e9790e2d66cd96473b923fe9ee7953
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-231-1/+24
| | | | | | Also made file documentation more consistent. Change-Id: I30e124514396f110a572467b94ca06cefd5f7b46
* Strip ?>'sVictor Vasiliev2008-02-041-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/30501
* * (bug 10387) Detect and handle '.php5' extension environments at install timeBrion Vibber2007-06-281-0/+1
Patch by Edward Z. Yang. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23505