更新至v1.87.3,更新内容在Dzzoffice笔记中查看

This commit is contained in:
小胡
2024-01-29 18:18:05 +08:00
Unverified
parent 485df92f1c
commit 53b7996032
149 changed files with 37 additions and 23676 deletions

View File

@@ -1,26 +0,0 @@
<?php
/*
* @copyright Leyun internet Technology(Shanghai)Co.,Ltd
* @license http://www.dzzoffice.com/licenses/license.txt
* @package DzzOffice
* @link http://www.dzzoffice.com
* @author zyx(zyx@dzz.cc)
*/
if(!defined('IN_DZZ')) {
exit('Access Denied');
}
class table_cache extends dzz_table
{
public function __construct() {
$this->_table = 'cache';
$this->_pk = 'cachekey';
parent::__construct();
}
}
?>