xiuno_plugin/z_top/unstall.php

8 lines
180 B
PHP
Raw Normal View History

2018-11-15 17:33:22 +08:00
<?php
/*
清除安装插件时创建的setting记录
( ⁄•⁄ω⁄•⁄ ).
*/
!defined('DEBUG') AND exit('Forbidden');
setting_delete('z_top_setting');
?>