chore: variety資料夾改名vedio並同步連結
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require __DIR__ . '/config.php'; requireLogin(); checkCsrf();
|
||||
$stmt = $pdo->prepare('DELETE FROM stages WHERE id = ?');
|
||||
$stmt->execute([(int)($_POST['id'] ?? 0)]);
|
||||
header('Location: index.php');
|
||||
Reference in New Issue
Block a user