]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8956 Mistake in admin.php - wrong cron url; merged from MOODLE_18_STABLE
authorskodak <skodak>
Mon, 19 Mar 2007 08:27:00 +0000 (08:27 +0000)
committerskodak <skodak>
Mon, 19 Mar 2007 08:27:00 +0000 (08:27 +0000)
lang/en_utf8/admin.php

index af1c7ec2f00ff7c7812c6745cc8d49313142d512..7749a798238e94b5e0a016313188842c507eb8dd 100644 (file)
@@ -149,7 +149,7 @@ $string['configproxyport'] = 'If this server needs to use a proxy computer, then
 $string['configquarantinedir'] = 'If you want clam AV to move infected files to a quarantine directory, enter it here. It must be writable by the webserver.  If you leave this blank, or if you enter a directory that doesn\'t exit or isn\'t writable, infected files will be deleted.  Do not include a trailing slash.';
 $string['configcronclionly'] = 'If this is set, then the cron script can only be run from the commandline instead of via the web.  This overrides the cron password setting below.';
 $string['configcronremotepassword'] = 'This means that the cron.php script cannot be run from a web browser without supplying the password using the following form of URL:<pre>
-    http://site.example.com/admin.cron.php?password=opensesame
+    http://site.example.com/admin/cron.php?password=opensesame
 </pre>If this is left empty, no password is required.';
 $string['configrcache'] = 'Use the cache to store database records. Remember to set \'cachetype\' as well!';
 $string['configrcachettl'] = 'Time-to-live for cached records, in seconds. Use a short (&lt;15) value here.';