mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-26 14:17:44 +02:00
enhancement addition
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$callback = $_POST['callback'];
|
||||
|
||||
setcookie("$callback", '', time() - 3600, '/');
|
||||
|
||||
header("Location: index.php");
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user