Browse Source

Install updated

ravenlp 16 years ago
parent
commit
8e95d97020
2 changed files with 2 additions and 0 deletions
  1. 1 0
      admin/css/style.css
  2. 1 0
      classes/install.class.php

+ 1 - 0
admin/css/style.css View File

52
 .footer-box{background:#fff url(images/bg-foot-box.png) center top no-repeat;}	
52
 .footer-box{background:#fff url(images/bg-foot-box.png) center top no-repeat;}	
53
 
53
 
54
 .box h3{float:left; color:#444444; font-weight:bold; padding:5px 10px 0 0;}
54
 .box h3{float:left; color:#444444; font-weight:bold; padding:5px 10px 0 0;}
55
+.box p{ margin:2px auto auto 15px;}
55
 .menu{ background:transparent url(images/bg-top-box.png) top center no-repeat; height:40px; width:570px; list-style-type:none; padding-right:30px;}
56
 .menu{ background:transparent url(images/bg-top-box.png) top center no-repeat; height:40px; width:570px; list-style-type:none; padding-right:30px;}
56
 .menu li{ display:inline;}
57
 .menu li{ display:inline;}
57
 .menu li.selected a{background: transparent url(images/bg-top-box-hover.png) left top repeat-x; text-decoration:underline;}
58
 .menu li.selected a{background: transparent url(images/bg-top-box-hover.png) left top repeat-x; text-decoration:underline;}

+ 1 - 0
classes/install.class.php View File

130
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('shorten_links', '0');";
130
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('shorten_links', '0');";
131
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('rss_import_frec', '5 minutes');";
131
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('rss_import_frec', '5 minutes');";
132
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('check_version', '1');";
132
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('check_version', '1');";
133
+		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('active_plugins', '[{\"total\":0},[]]');";
133
 
134
 
134
 		foreach($sqlStr as $key => $query){
135
 		foreach($sqlStr as $key => $query){
135
 			if(!$db->ejecutarConsulta($query)){
136
 			if(!$db->ejecutarConsulta($query)){