uninstall.php

2018-02-08 10:26 更新

<?php
/*
* 应用卸载程序示例
* @copyright   Leyun internet Technology(Shanghai)Co.,Ltd
* @license     http://www.dzzoffice.com/licenses/license.txt
* @package     DzzOffice
* @version     DzzOffice 1.1 2014.07.05
* @link        http://www.dzzoffice.com
* @author      zyx(zyx@dzz.cc)
*/

if(!defined('IN_DZZ') || !defined('IN_ADMIN')) {
        exit('Access Denied');
}
//提示用户删除的严重程度
if($_GET['confirm']=='DELETE'){
        include DZZ_ROOT.'./dzz/test/uninstall_real.php';
}else{
        $url='index.php?mod=test&appid='.$appid.'&op=uninstall_confirm&adminurl='.urlencode($request_uri);
        header("Location: $url");
        exit();
}


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号