From 33cb624154aca816178c7e5e19e7d3ea4ebf86f3 Mon Sep 17 00:00:00 2001 From: james <james> Date: Tue, 3 Jan 2006 02:03:30 +0000 Subject: [PATCH] properly handle running scripts from the /scripts directory --- common.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.inc.php b/common.inc.php index def83c3a..18fc1d72 100644 --- a/common.inc.php +++ b/common.inc.php @@ -29,6 +29,8 @@ else if(substr(getcwd(),-7)=="/config") $prependdir="../"; else if(substr(getcwd(),-3)=="/db") $prependdir="../"; +else if(substr(getcwd(),-8)=="/scripts") + $prependdir="../"; else $prependdir="";