From: skodak Date: Thu, 15 Jan 2009 22:19:35 +0000 (+0000) Subject: MDL-17458 removed obsoleted example.com check from admin/index.php - now handled... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe175806049cc67dc2fcc14f30a05e4e420aab01;p=moodle.git MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code --- diff --git a/admin/index.php b/admin/index.php index 9157049c09..85cd0da0cd 100644 --- a/admin/index.php +++ b/admin/index.php @@ -48,13 +48,6 @@ 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"));