From 39ad0dfc8ce79a3e3b013cef67568edd01fe48d2 Mon Sep 17 00:00:00 2001 From: M Date: Sat, 21 Nov 2015 13:31:48 -0500 Subject: + Adding main source file which invokes the master controller --- app/index.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/index.php diff --git a/app/index.php b/app/index.php new file mode 100644 index 0000000..ca2ce45 --- /dev/null +++ b/app/index.php @@ -0,0 +1,16 @@ +"; +} + +main(explode("/", $_SERVER['PATH_INFO'])); // Start rendering web page for the requested path. + +?> -- cgit v1.2.3