Add files via upload

This commit is contained in:
Last
2018-11-15 17:33:22 +08:00
committed by GitHub
commit 48d2a16d5f
14 changed files with 195 additions and 0 deletions

8
z_top/unstall.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/*
清除安装插件时创建的setting记录
( ⁄•⁄ω⁄•⁄ ).
*/
!defined('DEBUG') AND exit('Forbidden');
setting_delete('z_top_setting');
?>