projects
/
eq
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fe650
)
Undid the change of the include path. It was better the way it was.
author
Alan J. Pippin
<ajp@server.pippins.net>
Mon, 18 Feb 2008 04:14:58 +0000
(21:14 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Mon, 18 Feb 2008 04:14:58 +0000
(21:14 -0700)
inc/class.eq.inc.php
patch
|
blob
|
history
diff --git
a/inc/class.eq.inc.php
b/inc/class.eq.inc.php
index b3730dde2037d5e54e53b94646cc4d95fa1aab7a..a5cc2b4df67691b13f929f8b6fb99894078d34d4 100644
(file)
--- a/
inc/class.eq.inc.php
+++ b/
inc/class.eq.inc.php
@@
-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";