Exit instead

This commit is contained in:
Matt Pass
2020-10-06 05:42:44 +01:00
committed by GitHub
parent 940489688d
commit 75534a047e

View File

@@ -1,3 +1,3 @@
<?php
header("Location: ../");
die();
exit;