mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
4 lines
40 B
PHP
4 lines
40 B
PHP
<?php
|
|
header("Location: ../");
|
|
die();
|
|
?>
|