install/tpl/config.inc.php.master
@@ -35,6 +35,7 @@ $conf["app_title"] = "ISPConfig"; $conf["app_version"] = "3.0.0"; $conf["server_id"] = "1"; /* @@ -70,6 +71,13 @@ define("DB_PASSWORD",$conf["db_password"]); /* Logging */ $conf["log_file"] = $conf["rootpath"].$conf["fs_div"]."ispconfig.log"; $conf["log_priority"] = 0; // 0 = Debug, 1 = Warning, 2 = Error /* Themes */ @@ -104,4 +112,8 @@ $conf["default_expire"] = 604800; $conf["default_minimum_ttl"] = 86400; define("LOGLEVEL_DEBUG",0); define("LOGLEVEL_WARN",1); define("LOGLEVEL_ERROR",2); ?>