/home/mjc1/public_html/manage/ajax.mac_remove_log_del.php


1
2
3
4
5
6
7
8
9
10
<?php
include("./_common.php");
include(
"./category/opcommon.php");

$sql "delete from mac_remove_log where idx = '{$idx}' ";
mysql_query($sql);
print_r($sql);

auth_access_log("DEL");
?>