mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code
This commit is contained in:
parent
099f393f83
commit
fe17580604
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user