Undid the change of the include path. It was better the way it was.
authorAlan J. Pippin <ajp@server.pippins.net>
Mon, 18 Feb 2008 04:14:58 +0000 (21:14 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Mon, 18 Feb 2008 04:14:58 +0000 (21:14 -0700)
inc/class.eq.inc.php

index b3730dde2037d5e54e53b94646cc4d95fa1aab7a..a5cc2b4df67691b13f929f8b6fb99894078d34d4 100644 (file)
@@ -68,11 +68,10 @@ class eq
  
   function eq()
     {
-      $base_path = $_SERVER['DOCUMENT_ROOT'];
-      if(file_exists("$base_path/eq/setup/eq_config.local")) {
-       include("$base_path/eq/setup/eq_config.local");
+      if(file_exists("setup/eq_config.local")) {
+       include("setup/eq_config.local");
       } else {
-       include("$base_path/eq/setup/eq_config");
+       include("setup/eq_config");
       }
       
       $this->script_path = "$this->application_path"."/bin";