mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 14:34:08 +08:00
更新 v1.2.5版本
This commit is contained in:
parent
535f9e5f6f
commit
fe30a6207d
@ -21,7 +21,7 @@ if(file_exists($about)){
|
||||
}
|
||||
else {
|
||||
//文件不存在
|
||||
@file_put_contents($about,'<h1>404</h1>'));
|
||||
@file_put_contents($about,'<h1>404</h1>');
|
||||
echo file_get_contents($about);
|
||||
}
|
||||
?>
|
||||
|
@ -41,6 +41,9 @@ if($sqlvn < 10200) {
|
||||
$version = 'v1.2.0';
|
||||
$sql = $sql.file_get_contents(ROOT.'install/update5.sql');
|
||||
}
|
||||
if($sqlvn < 10205) {
|
||||
$version = 'v1.2.5';
|
||||
}
|
||||
$sql=explode(';',$sql);
|
||||
for ($i=0;$i<count($sql);$i++) {
|
||||
if (trim($sql[$i])=='')continue;
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
define('VERSION', '1.2.0');
|
||||
define('VERSION', '1.2.5');
|
||||
?>
|
Loading…
Reference in New Issue
Block a user