X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fscripts.txt;h=dff428c5a2e5b0d3f628e782f8c8e77df6613654;hb=25d4f7ecfaaf0eacbef9666c62d0152bbf27db2b;hp=178bb157bbe6cd15d904853f2aac46e3ef37615b;hpb=c7a978c3b6d6223c8cc87b1e5e2d7f298a43863d;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/scripts.txt b/docs/scripts.txt index 178bb157bb..dff428c5a2 100644 --- a/docs/scripts.txt +++ b/docs/scripts.txt @@ -39,17 +39,10 @@ Primary scripts: maintenance/archives/patch-profiling.sql patch to the database. To enable the profileinfo.php itself, you'll need to set $wgDBadminuser - and $wgDBadminpassword in your LocalSettings.php, as well as $wgEnableProfileInfo + and $wgDBadminpassword in your LocalSettings.php, as well as $wgEnableProfileInfo See also https://www.mediawiki.org/wiki/Manual:Profiling . thumb.php Script used to resize images if it is configured to be done when the web browser requests the image and not when generating the page. This script can be used as a 404 handler to generate image thumbs when they don't exist. - -There is also a file with a .php5 extension for each script. They can be used if -the web server needs a .php5 to run the file with the PHP 5 engine and runs .php -scripts with PHP 4. To use these files, you have to modify $wgScriptExtension to -'.php5' is LocalSettings.php but it is already done by the config script if you -used mw-config/index.php5 for installation. -