✏️ 正在编辑: uninstall.php
路径:
/home/bpioifn/www/pigmentse/modules/everpsdomtomsecure/sql/uninstall.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Project : everpsdomtomsecure * @author Team Ever * @copyright Team Ever * @license Tous droits réservés / Le droit d'auteur s'applique (All rights reserved / French copyright law applies) * @link https://www.team-ever.com */ /** * In some cases you should not drop the tables. * Maybe the merchant will just try to reset the module * but does not want to loose all of the data associated to the module. */ $sql = array(); $sql[] = 'DROP TABLE IF EXISTS `'._DB_PREFIX_.'everpsdomtomsecure`'; foreach ($sql as $query) { if (Db::getInstance()->execute($query) == false) { return false; } }
💾 保存文件
← 返回文件管理器