diff --git a/.gitignore b/.gitignore index 5411f93..a74ed96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ vendor/ -config.json +secret/config.json +secret/*.key composer.phar DOMAIN_OVERRIDE *.log diff --git a/auth/index.php b/auth/index.php index 241493b..3f11d49 100644 --- a/auth/index.php +++ b/auth/index.php @@ -1,5 +1,5 @@ \ No newline at end of file +?> diff --git a/secret/README.md b/secret/README.md new file mode 100644 index 0000000..6d5a025 --- /dev/null +++ b/secret/README.md @@ -0,0 +1,3 @@ +# The Secret Folder + +This MUST NOT be accessible by normal system users or the web server. diff --git a/config.json.example b/secret/config.json.example similarity index 100% rename from config.json.example rename to secret/config.json.example diff --git a/secret/rsa.php b/secret/rsa.php new file mode 100644 index 0000000..acb6c35 --- /dev/null +++ b/secret/rsa.php @@ -0,0 +1,2 @@ +