jwarnier
2010-08-19 b31c514ee2f1d25b4e5ff39bdef1765dbf14e106
interface/lib/config.inc.php
@@ -82,7 +82,7 @@
//** Paths (Do not change!)
$conf["rootpath"] = substr(dirname(__FILE__),0,-4);
$conf["fs_div"] = "/"; // File system divider, "\\" on windows and "/"" on linux and unix
$conf["fs_div"] = "/"; // File system separator (divider), "\\" on Windows and "/"" on Linux and UNIX
$conf["classpath"] = $conf["rootpath"].$conf["fs_div"]."lib".$conf["fs_div"]."classes";
$conf["temppath"] = $conf["rootpath"].$conf["fs_div"]."temp";
@@ -138,4 +138,4 @@
define("LOGLEVEL_WARN",1);
define("LOGLEVEL_ERROR",2);
?>
?>