Files
ICEcoder/tmp/index.php
Rafael Rotelok 51ab472142 PSR-2 Compliance, removing the closing tag ( ?> ) on php only files
inserting a blank line on the end of php only files
2018-06-16 00:19:49 -03:00

4 lines
38 B
PHP

<?php
header("Location: ../");
die();