예제 #1
0
파일: nodes.php 프로젝트: BillTheBest/1.6.x
function update_squid_perform()
{
    $q = new blackboxes($_POST["update-squid"]);
    $q->updatesquid();
}