Files
sechskies/variety/vedio-list/api/del.php
T

6 lines
91 B
PHP
Raw Normal View History

2026-07-27 17:45:20 +08:00
<?php
include_once "db.php";
$table = ${$_POST['table']};
$table->del($_POST['id']);