From: Robert Kaiser Date: Fri, 18 Nov 2016 04:01:38 +0000 (+0100) Subject: move actual application into a subdirectory so we can deliver other things in the... X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=commitdiff_plain;h=04116cc5dabb951023fb511fda0dc36956d6a84a;ds=sidebyside move actual application into a subdirectory so we can deliver other things in the same repository --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ + diff --git a/.htaccess b/app/.htaccess similarity index 100% rename from .htaccess rename to app/.htaccess diff --git a/KaiRoLogo-100x62.png b/app/KaiRoLogo-100x62.png similarity index 100% rename from KaiRoLogo-100x62.png rename to app/KaiRoLogo-100x62.png diff --git a/api.php b/app/api.php similarity index 100% rename from api.php rename to app/api.php diff --git a/authorize.php b/app/authorize.php similarity index 100% rename from authorize.php rename to app/authorize.php diff --git a/authsystem.css b/app/authsystem.css similarity index 100% rename from authsystem.css rename to app/authsystem.css diff --git a/authsystem.inc.php b/app/authsystem.inc.php similarity index 100% rename from authsystem.inc.php rename to app/authsystem.inc.php diff --git a/authsystem.js b/app/authsystem.js similarity index 100% rename from authsystem.js rename to app/authsystem.js diff --git a/authutils.php-class b/app/authutils.php-class similarity index 100% rename from authutils.php-class rename to app/authutils.php-class diff --git a/check.png b/app/check.png similarity index 100% rename from check.png rename to app/check.png diff --git a/index.php b/app/index.php similarity index 100% rename from index.php rename to app/index.php diff --git a/server.inc.php b/app/server.inc.php similarity index 100% rename from server.inc.php rename to app/server.inc.php diff --git a/token.php b/app/token.php similarity index 100% rename from token.php rename to app/token.php