工会web
This commit is contained in:
9
GonghuiWeb/www/loginxx/index.php
Normal file
9
GonghuiWeb/www/loginxx/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
ini_set("display_errors", "On");
|
||||
include_once("../../inc/class.php");
|
||||
include_once("../../inc/admin.smarty.php");
|
||||
$ppxq -> caching = ture; //false 缓存关闭 ture 开启
|
||||
$ppxq -> cache_lifetime = 86400; //缓存时间秒1天
|
||||
$ppxq -> display('login.tpl');
|
||||
unset($GG,$ppxq);
|
||||
?>
|
||||
Reference in New Issue
Block a user