From 47219676f239ec488bccf6b5803f61c202183f1c Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Wed, 25 Feb 2015 07:21:26 -0500 Subject: [PATCH] - fixed wrong function definition for the encode() function in remote.lib.php. --- install/tpl/config.inc.php.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index b217603..e5fa2c4 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -56,7 +56,7 @@ //** Application define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.5.3'); +define('ISPC_APP_VERSION', '3.1dev'); define('DEVSYSTEM', 0); -- Gitblit v1.9.1