From 6429cb3f90a23fd1aae0d2298c54e8a88d213bcf Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 17 Mar 2018 12:33:32 +0100 Subject: Added app class and reorganisation of the folders --- public/w/index.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/w/index.php (limited to 'public/w/index.php') diff --git a/public/w/index.php b/public/w/index.php new file mode 100644 index 0000000..6299fd1 --- /dev/null +++ b/public/w/index.php @@ -0,0 +1,21 @@ +createfrombdd($id, $app->getBdd()); + +include($root . '/head.php') + +?> \ No newline at end of file -- cgit v1.2.3