From d3ce638549673f4d93eb3585ead332067a3c87c5 Mon Sep 17 00:00:00 2001 From: hajaraitel Date: Sun, 7 Jun 2020 19:06:53 +0100 Subject: [PATCH] created files structure --- app/.htaccess | 1 + app/bootstrap.php | 2 ++ app/libraries/controller.php | 2 ++ app/libraries/core.php | 0 app/libraries/database.php | 0 public/index.php | 0 6 files changed, 5 insertions(+) create mode 100644 app/.htaccess create mode 100644 app/bootstrap.php create mode 100644 app/libraries/controller.php create mode 100644 app/libraries/core.php create mode 100644 app/libraries/database.php create mode 100644 public/index.php diff --git a/app/.htaccess b/app/.htaccess new file mode 100644 index 0000000..ce7ca45 --- /dev/null +++ b/app/.htaccess @@ -0,0 +1 @@ +options -indexes \ No newline at end of file diff --git a/app/bootstrap.php b/app/bootstrap.php new file mode 100644 index 0000000..32bdadb --- /dev/null +++ b/app/bootstrap.php @@ -0,0 +1,2 @@ +