From 0d53041fc67e13fc53cca0c993ec1a7a31a5a16e Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 15 Jan 2017 05:57:19 -0500 Subject: Reorganize examples/ directory --- examples/index.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 examples/index.php (limited to 'examples/index.php') diff --git a/examples/index.php b/examples/index.php new file mode 100644 index 0000000..692756c --- /dev/null +++ b/examples/index.php @@ -0,0 +1,30 @@ +handle($argv); +} + +main(explode("/", $_REQUEST['path'])); // Start rendering web page for the requested path. + +?> -- cgit v1.2.3