]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15249 password reset cli script improvements
authorskodak <skodak>
Sun, 31 May 2009 12:34:08 +0000 (12:34 +0000)
committerskodak <skodak>
Sun, 31 May 2009 12:34:08 +0000 (12:34 +0000)
admin/cli/reset_password.php

index c4a2fe4db1a956fb385d7177f833301e3bb68fdf..1bb2539b698d22a2fe5cd5f9379cfcc5fc023750 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 if (isset($_SERVER['REMOTE_ADDR'])) {
-    error_log("admin/cli/upgrade.php can not be called from web server!");
+    error_log("admin/cli/reset_password.php can not be called from web server!");
     exit;
 }