From 132399f3059e7a0e1b51f10cabad2f520ee458f3 Mon Sep 17 00:00:00 2001 From: theshka Date: Fri, 9 Oct 2015 09:39:56 -0600 Subject: [PATCH] add comments/in-line docs --- index.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 02f9444..40b811a 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,17 @@ setConfig(array()); + +// run application echo $pico->run();