mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Delete movie-delete script.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
require_once './config.php';
|
||||
|
||||
$page = new AdminPage();
|
||||
|
||||
if (isset($_GET['id']))
|
||||
{
|
||||
$m = new Film();
|
||||
$m->delete($_GET['id']);
|
||||
}
|
||||
|
||||
$referrer = $_SERVER['HTTP_REFERER'];
|
||||
header("Location: " . $referrer);
|
||||
|
||||
Reference in New Issue
Block a user