From 6e4c09db98d66665acfb86dd988ea9bdf468475b Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 28 Aug 2002 13:41:38 +0000 Subject: [PATCH] slasharguments wasn't being found (CFG not declared global) --- files/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/index.php b/files/index.php index e35780cad3..b638785b1f 100644 --- a/files/index.php +++ b/files/index.php @@ -488,7 +488,7 @@ function displaydir ($wdir) { global $basedir; global $id; - global $USER; + global $USER, $CFG; $fullpath = $basedir.$wdir; -- 2.39.5