tbrehm
2005-11-26 b4e90c97c397a0436a2033f6e171cc4ea92fe276
interface/lib/config.inc.php
@@ -29,9 +29,9 @@
ini_set('register_globals',0);
$conf["rootpath"]                 = "D:\\www\\ispconfig3\\interface";
//$conf["rootpath"]                 = "D:\\www\\ispconfig3\\interface";
//$conf["rootpath"]                 = "/home/www/ispconfig3/web/cms";
$conf["rootpath"]       = "F:\\server\\www\\ispconfig3\\interface";
//$conf["rootpath"]       = "D:\\www\\ispconfig3\\interface";
//$conf["rootpath"]       = "/home/www/ispconfig3/web/cms";
$conf["fs_div"]                 = "\\"; // File system divider, \\ on windows and / on linux and unix
$conf["classpath"]                 = $conf["rootpath"].$conf["fs_div"]."lib".$conf["fs_div"]."classes";