summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-09-10 01:44:35 -0700
committerPatrick Davison <snapwilliam@gmail.com>2011-09-10 01:44:35 -0700
commitf5fae4bbf7d84419cf4ecb38238bfb9bb2f911e5 (patch)
tree5d6a70ddea2a88268372ee63bcff99f13b5c05ec /index.php
parent33dfdb5654c3ba8fe43203e3212cefd8495cf2ea (diff)
downloadpathery-f5fae4bbf7d84419cf4ecb38238bfb9bb2f911e5.tar.xz
Tutorial started
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index e34b0b4..7ae7bd8 100644
--- a/index.php
+++ b/index.php
@@ -29,6 +29,10 @@ switch (strtolower($_GET[page])) {
require("pages/test.php");
break;
+ case "tutorial":
+ require("pages/tutorial.php");
+ break;
+
case "embed":
require("pages/embed.php");
break;