From 499037a1711cd3d5072ebca68c43b72b9b765bf2 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 12 Sep 2011 05:25:52 -0400 Subject: [PATCH] Updated remoting library to use the new password encryption function from auth lib. --- install/tpl/config.inc.php.master | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 281cdbe..8370270 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -57,6 +57,7 @@ //** Application define('ISPC_APP_TITLE', 'ISPConfig'); define('ISPC_APP_VERSION', '3.0.3.3'); +define('DEVSYSTEM', 0); //** Database @@ -155,11 +156,6 @@ //** Auto Load Modules $conf['start_db'] = true; $conf['start_session'] = true; - -//** CA-configuration -$conf['CA-path'] = '{CA-path}'; -$conf['CA-pass'] = '{CA-pass}'; - //** Constants define('LOGLEVEL_DEBUG',0); -- Gitblit v1.9.1