tbrehm
2006-02-16 e22f1ee5203faf0f33abf02b92cb0a0d3f30a801
interface/lib/config.inc.php
@@ -29,11 +29,11 @@
ini_set('register_globals',0);
$conf["app_title"] = "MyDNSConfig";
$conf["app_version"] = "1.0.0";
$conf["app_title"] = "ISPConfig";
$conf["app_version"] = "3.0.0";
$conf["rootpath"]                 = "F:\\server\\www\\ispconfig3\\interface";
//$conf["rootpath"]                 = "D:\\www\\ispconfig3\\interface";
//$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