mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 22:38:03 +08:00
增加 版本检测
This commit is contained in:
parent
d5f42900f3
commit
b421be7102
@ -20,6 +20,8 @@ while($row = $DB->fetch($rs)) $conf[$row['k']]=$row['v'];
|
||||
include_once(SYSTEM_ROOT."function.php");
|
||||
include_once(SYSTEM_ROOT."member.php");
|
||||
include_once(SYSTEM_ROOT."tj.php");
|
||||
include_once(SYSTEM_ROOT."version.php");
|
||||
include_once(SYSTEM_ROOT."updbase.php");
|
||||
$linksrows=$DB->num_rows($DB->query("SELECT * FROM `lylme_links`"));
|
||||
$groupsrows=$DB->num_rows($DB->query("SELECT * FROM `lylme_groups`"));
|
||||
$cdnpublic = cdnpublic($conf['cdnpublic']);
|
||||
|
Loading…
Reference in New Issue
Block a user