fix various undefined indexes/variables, respect deactivated bind value, make checkboxes openbasedir/safemode work again

Signed-off-by: Michael Kaufmann (d00p) <mkaufmann@nutime.de>
This commit is contained in:
Michael Kaufmann (d00p)
2013-02-25 11:18:12 +01:00
parent d7eef7a8b2
commit bfcd824799
4 changed files with 38 additions and 81 deletions

View File

@@ -462,8 +462,8 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('system', 'mod_fcgid_peardir', '/usr/share/php/:/usr/share/php5/'),
('system', 'index_file_extension', 'html'),
('system', 'mod_fcgid_maxrequests', '250'),
('system','ssl_key_file','/etc/apache2/apache2.key'),
('system','ssl_ca_file', ''),
('system', 'ssl_key_file','/etc/apache2/apache2.key'),
('system', 'ssl_ca_file', ''),
('system', 'debug_cron', '0'),
('system', 'store_index_file_subs', '1'),
('system', 'stdsubdomain', ''),