From 9e6c26a2039a8fe31b5df4d1fd7f566d6de0aff8 Mon Sep 17 00:00:00 2001 From: Vincent Jousse Date: Thu, 21 Nov 2013 10:15:29 +0100 Subject: [PATCH] Bootstrap files and directories --- src/app.php | 1 + src/controllers.php | 1 + web/index.php | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 src/app.php create mode 100644 src/controllers.php diff --git a/src/app.php b/src/app.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/src/app.php @@ -0,0 +1 @@ +run();