fixed bug in path to lam.conf

This commit is contained in:
Roland Gruber 2003-05-05 20:52:05 +00:00
parent 5e6b57c4d2
commit 266ba95456
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Config {
// reloads preferences from ../config/lam.conf
function reload() {
$conffile = substr(__FILE__, 0, strlen(__FILE__) - 14) . "/config/lam.conf";
$conffile = substr(__FILE__, 0, strlen(__FILE__) - 15) . "/config/lam.conf";
if (is_file($conffile) == True) {
$file = fopen($conffile, "r");
while (!feof($file)) {