Add multistack options to userpanel, fixes #586

This commit is contained in:
Tilman Klaeger (tilman19)
2012-12-02 15:16:22 +01:00
committed by Michael Kaufmann (d00p)
parent 0d3daace49
commit 80f19c7dfb
9 changed files with 312 additions and 121 deletions

View File

@@ -54,6 +54,7 @@ define('TABLE_PANEL_REDIRECTCODES', 'redirect_codes');
define('TABLE_PANEL_DOMAINREDIRECTS', 'domain_redirect_codes');
define('TABLE_PANEL_IPDOCROOTSETTINGS', 'ipsandports_docrootsettings');
define('TABLE_PANEL_DOMDOCROOTSETTINGS', 'domain_docrootsettings');
define('TABLE_DOMAINTOIP', 'panel_domaintoip');
// APS constants
@@ -72,7 +73,6 @@ define('PACKAGE_LOCKED', 1);
define('PACKAGE_ENABLED', 2);
// VERSION INFO
$version = '0.9.29-dev3';
$version = '0.9.29-dev4';
$dbversion = '2';
$branding = '';