From cf3eb7c310cd890ede6d4a252479716333b5b1fc Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Dec 2003 03:10:45 +0000 Subject: [PATCH] Slight change to make packaging easier on Debian. :-) --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index b0cffd92f4..6864a7c989 100644 --- a/admin/index.php +++ b/admin/index.php @@ -54,7 +54,7 @@ /// Check settings in config.php - $dirroot = dirname(realpath("../config.php")); + $dirroot = dirname(realpath("../index.php")); if (!empty($dirroot) and $dirroot != $CFG->dirroot) { error("Please fix your settings in config.php:

You have: -- 2.39.5