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