tbrehm
2012-10-17 59606d9fb80b2c88f2b5ba435a108ac07ba4da0b
Removed logo URL functions for this release as the form file to set them does not work at all.
2 files modified
1 files added
14 ■■■■■ changed files
install/sql/incremental/upd_0043.sql 7 ●●●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql 5 ●●●●● patch | view | raw | blame | history
interface/web/client/lib/module.conf.php 2 ●●●●● patch | view | raw | blame | history
install/sql/incremental/upd_0043.sql
New file
@@ -0,0 +1,7 @@
ALTER TABLE `sys_theme` ADD `sys_userid` int(11) unsigned NOT NULL DEFAULT '0',
                     ADD `sys_groupid` int(11) unsigned NOT NULL DEFAULT '0',
                     ADD `sys_perm_user` varchar(5) DEFAULT NULL,
                     ADD `sys_perm_group` varchar(5) DEFAULT NULL,
                     ADD `sys_perm_other` varchar(5) DEFAULT NULL;
install/sql/ispconfig3.sql
@@ -1550,6 +1550,11 @@
--
CREATE TABLE IF NOT EXISTS `sys_theme` (
  `sys_userid` int(11) unsigned NOT NULL DEFAULT '0',
  `sys_groupid` int(11) unsigned NOT NULL DEFAULT '0',
  `sys_perm_user` varchar(5) DEFAULT NULL,
  `sys_perm_group` varchar(5) DEFAULT NULL,
  `sys_perm_other` varchar(5) DEFAULT NULL,
  `var_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `tpl_name` varchar(32) NOT NULL,
  `username` varchar(64) NOT NULL,
interface/web/client/lib/module.conf.php
@@ -82,6 +82,7 @@
    unset($items);
}
/*
if($_SESSION["s"]["user"]["typ"] == 'admin'){
$items[] = array(   'title'     => "Interface Settings",
                    'target'     => 'content',
@@ -95,4 +96,5 @@
unset($items);
}
*/
?>