From c5b26d78be974979423aaa421009cdbb328d64e5 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 5 Jan 2009 22:46:55 +0000 Subject: [PATCH] MDL-17777 slasharguments test not reimplemented yet :-( --- admin/health.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/health.php b/admin/health.php index 210b662708..86e23b639a 100644 --- a/admin/health.php +++ b/admin/health.php @@ -411,7 +411,7 @@ class problem_000009 extends problem_base { return 'You should change the password of the user '.$CFG->dbuser.' both in your database and in your Moodle config.php immediately!'.($CFG->dbuser != 'root'?'':' It would also be a good idea to change the user account from root to something else, because this would lessen the impact in the event that your database is compromised anyway.'); } } - +/* // not implemented in 2.0 yet class problem_000010 extends problem_base { function title() { return 'Uploaded files: slasharguments disabled or not working'; @@ -496,7 +496,7 @@ class problem_000010 extends problem_base { default: return 0; } } -} +}*/ class problem_000012 extends problem_base { function title() { -- 2.39.5