remove debug
parent
25470375b0
commit
02291a9527
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
phpinfo();
|
||||
exit();
|
||||
if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
||||
$tags = explode("\n", $_POST["tags"]);
|
||||
$tags = array_map("trim", $tags);
|
||||
|
|
Loading…
Reference in New Issue