Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 authored Aug 18, 2016
1 parent 62f8d2b commit 878ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/ins.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
`notice` text COLLATE utf8_bin NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
INSERT INTO `sd_setting` (`id`, `main_tit`, `tit_2`, `keyword`, `desword`, `kjming`, `ak`, `sk`, `kjurl`, `zzurl`, `admin_name`, `admin_password`, `theme`, `upload_minetype`, `upload_size`, `upload_fpsize`, `autoname`, `tjcode`, `morelimt`, `leixing`, `daxiao`, `share`, `version`, `notice`) VALUES
(0, '树洞外链', '免费高速外链平台', '树洞, 树洞外链, 免费外链, 免费图床, QQ空间背景音乐, QQ空间背景音乐外链, 图片外链', '树洞, 树洞外链, 免费外链, 免费图床, QQ空间背景音乐, QQ空间背景音乐外链, 图片外链', '-', '-', '-', '-', '".$zzurl."', 'admin', '-', 'material', '-', '-', '-', '-', '', '-', '-', '-', 'true', '2.4.1|14|12', '');
(0, '树洞外链', '免费高速外链平台', '树洞, 树洞外链, 免费外链, 免费图床, QQ空间背景音乐, QQ空间背景音乐外链, 图片外链', '树洞, 树洞外链, 免费外链, 免费图床, QQ空间背景音乐, QQ空间背景音乐外链, 图片外链', '-', '-', '-', '-', '".$zzurl."', 'admin', '-', 'material', '-', '-', '-', '-', '', '-', '-', '-', 'true', '2.4.2|15|12', '');
CREATE TABLE IF NOT EXISTS `sd_ss` (
`id` int(11) NOT NULL,
`sskey` text CHARACTER SET utf8 NOT NULL,
Expand Down Expand Up @@ -210,4 +210,4 @@ function delDirAndFile( $dirName )
delDirAndFile( '../install');
echo "ok|ok";

?>
?>

0 comments on commit 878ce55

Please sign in to comment.