예제 #1
0
파일: mod.php 프로젝트: bontiv/intrateb
function mod_activate()
{
    $mod = new Extend($_GET['mod']);
    redirect('mod', 'index', array('hsuccess' => $mod->install()));
}