更新到正式版1.0

This commit is contained in:
zyx0814
2022-05-02 22:31:35 +08:00
Unverified
parent 22d2a07209
commit a0f3e375e4
540 changed files with 95625 additions and 111495 deletions

View File

@@ -1,15 +1,15 @@
<?php
namespace user\classes;
use \C;
class Init{
public function dzzInitbefore(){
$cachelist=array('usergroups','fields_register');
$dzz = C::app();
$dzz->cachelist = $cachelist;
}
<?php
namespace user\classes;
use \C;
class Init{
public function dzzInitbefore(){
$cachelist=array('usergroups','fields_register');
$dzz = C::app();
$dzz->cachelist = $cachelist;
}
}