remove debug

master
Dirk Heilig 2024-04-20 17:29:08 +02:00
parent 25470375b0
commit 02291a9527
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
<?php
phpinfo();
exit();
if ($_SERVER["REQUEST_METHOD"] === "POST") {
$tags = explode("\n", $_POST["tags"]);
$tags = array_map("trim", $tags);