示例#1
0
文件: mod.php 项目: bontiv/intrateb
function mod_desactivate()
{
    $mod = new Extend($_GET['mod']);
    redirect('mod', 'index', array('hsuccess' => $mod->uninstall()));
}