diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 20:40:55 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 20:40:55 +0200 |
commit | 1f7fd32437245a78e14cbf0795dcd88685ddf436 (patch) | |
tree | 74a83f0767f9931175cdc45149119bc58ad2ac2a /inc/index.php | |
parent | Working fine (diff) | |
download | joe-www-1f7fd32437245a78e14cbf0795dcd88685ddf436.tar.gz joe-www-1f7fd32437245a78e14cbf0795dcd88685ddf436.tar.bz2 joe-www-1f7fd32437245a78e14cbf0795dcd88685ddf436.tar.xz joe-www-1f7fd32437245a78e14cbf0795dcd88685ddf436.tar.zst joe-www-1f7fd32437245a78e14cbf0795dcd88685ddf436.zip |
php rework
Diffstat (limited to '')
-rw-r--r-- | inc/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/index.php b/inc/index.php new file mode 100644 index 0000000..d29ead0 --- /dev/null +++ b/inc/index.php @@ -0,0 +1 @@ +<?php header("Location: ../"); ?> |