diff options
author | Minteck <contact@minteck.org> | 2022-06-06 17:10:14 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-06 17:10:14 +0200 |
commit | 10b1ace835d908d32f99874facf8811534087d5b (patch) | |
tree | ecf068e4ac40f7470ca2b5ac6bd13bd8fbe13ba9 /Authentication/index.php | |
download | bits-server-10b1ace835d908d32f99874facf8811534087d5b.tar.gz bits-server-10b1ace835d908d32f99874facf8811534087d5b.tar.bz2 bits-server-10b1ace835d908d32f99874facf8811534087d5b.zip |
Initial commit
Diffstat (limited to 'Authentication/index.php')
-rw-r--r-- | Authentication/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Authentication/index.php b/Authentication/index.php new file mode 100644 index 0000000..9fd9e4a --- /dev/null +++ b/Authentication/index.php @@ -0,0 +1 @@ +<?php header("Location: /Authentication/Start") and die();
\ No newline at end of file |