move actual application into a subdirectory so we can deliver other things in the...
authorRobert Kaiser <kairo@kairo.at>
Fri, 18 Nov 2016 04:01:38 +0000 (05:01 +0100)
committerRobert Kaiser <kairo@kairo.at>
Fri, 18 Nov 2016 04:01:38 +0000 (05:01 +0100)
13 files changed:
.gitignore [new file with mode: 0644]
app/.htaccess [moved from .htaccess with 100% similarity]
app/KaiRoLogo-100x62.png [moved from KaiRoLogo-100x62.png with 100% similarity]
app/api.php [moved from api.php with 100% similarity]
app/authorize.php [moved from authorize.php with 100% similarity]
app/authsystem.css [moved from authsystem.css with 100% similarity]
app/authsystem.inc.php [moved from authsystem.inc.php with 100% similarity]
app/authsystem.js [moved from authsystem.js with 100% similarity]
app/authutils.php-class [moved from authutils.php-class with 100% similarity]
app/check.png [moved from check.png with 100% similarity]
app/index.php [moved from index.php with 100% similarity]
app/server.inc.php [moved from server.inc.php with 100% similarity]
app/token.php [moved from token.php with 100% similarity]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8d1c8b6
--- /dev/null
@@ -0,0 +1 @@
similarity index 100%
rename from .htaccess
rename to app/.htaccess
similarity index 100%
rename from api.php
rename to app/api.php
similarity index 100%
rename from authorize.php
rename to app/authorize.php
similarity index 100%
rename from authsystem.css
rename to app/authsystem.css
similarity index 100%
rename from authsystem.inc.php
rename to app/authsystem.inc.php
similarity index 100%
rename from authsystem.js
rename to app/authsystem.js
similarity index 100%
rename from authutils.php-class
rename to app/authutils.php-class
similarity index 100%
rename from check.png
rename to app/check.png
similarity index 100%
rename from index.php
rename to app/index.php
similarity index 100%
rename from server.inc.php
rename to app/server.inc.php
similarity index 100%
rename from token.php
rename to app/token.php