xiuno_plugin/z_top/unstall.php
2018-11-15 17:33:22 +08:00

8 lines
180 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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