diff options
author | Minteck <contact@minteck.org> | 2022-03-27 21:29:24 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-27 21:29:24 +0200 |
commit | 226516aca48e97d3dc4e4df213bc2023e64b1afd (patch) | |
tree | 60fb4f24b75b120e7e5b0e149069b16367c48aa0 /_frame/index.php | |
download | argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.gz argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.bz2 argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.zip |
Initial commit
Diffstat (limited to '_frame/index.php')
-rw-r--r-- | _frame/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_frame/index.php b/_frame/index.php new file mode 100644 index 0000000..bd6bbfb --- /dev/null +++ b/_frame/index.php @@ -0,0 +1,4 @@ +<?php + +header("Location: /_frame/home"); +die();
\ No newline at end of file |