Fourth pass at adding key files
This commit is contained in:
13
site/slowtwitch.com/www/tick/events_remove.php
Normal file
13
site/slowtwitch.com/www/tick/events_remove.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?require ("global.php");?>
|
||||
<?php
|
||||
|
||||
if (isset($_GET['tag']))
|
||||
{
|
||||
$tag = $_GET["tag"];
|
||||
$query = "DELETE FROM events WHERE tag = '${tag}' LIMIT 1";
|
||||
$result = mysql_query($query, $db);
|
||||
}
|
||||
|
||||
header("Location: /tick/events.php");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user