Kaynağa Gözat

Install updated

ravenlp 15 yıl önce
ebeveyn
işleme
8e95d97020
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 1 0
      admin/css/style.css
  2. 1 0
      classes/install.class.php

+ 1 - 0
admin/css/style.css Dosyayı Görüntüle

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 Dosyayı Görüntüle

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)){