]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17458 removed obsoleted example.com check from admin/index.php - now handled...
authorskodak <skodak>
Thu, 15 Jan 2009 22:19:35 +0000 (22:19 +0000)
committerskodak <skodak>
Thu, 15 Jan 2009 22:19:35 +0000 (22:19 +0000)
admin/index.php

index 9157049c095d5187e26add9771a2069692d6c221..85cd0da0cd859c3698f9a502cc4212ccd46e4840 100644 (file)
         print_error('phpfloatproblem', 'admin', '', $documentationlink);
     }
 
-/// Check that config.php has been edited
-
-    if ($CFG->wwwroot == "http://example.com/moodle") {
-        print_error('configmoodle', 'debug');
-    }
-
-
 /// Check settings in config.php
 
     $dirroot = dirname(realpath("../index.php"));