Browse Source

Install updated

ravenlp 15 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,6 +52,7 @@ body{ background: #e0e0e0; text-align:center; font-family:"Trebuchet Ms", Verdan
52 52
 .footer-box{background:#fff url(images/bg-foot-box.png) center top no-repeat;}	
53 53
 
54 54
 .box h3{float:left; color:#444444; font-weight:bold; padding:5px 10px 0 0;}
55
+.box p{ margin:2px auto auto 15px;}
55 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 57
 .menu li{ display:inline;}
57 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,6 +130,7 @@ class Install {
130 130
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('shorten_links', '0');";
131 131
 		$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('rss_import_frec', '5 minutes');";
132 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 135
 		foreach($sqlStr as $key => $query){
135 136
 			if(!$db->ejecutarConsulta($query)){