summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-12-15 01:10:41 -0800
committerPatrick Davison <snapwilliam@gmail.com>2011-12-15 01:10:41 -0800
commita2b8ce3fd13701c1b5756e5bc7f03fa1f22ac9a8 (patch)
tree382542237fc2b317c1bb10855d04b8ba33595f9c /index.php
parente5100daf160ead697d91d06952257cd1635c23e9 (diff)
downloadpathery-a2b8ce3fd13701c1b5756e5bc7f03fa1f22ac9a8.tar.xz
Share.php added.
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 82bceaf..bdb2754 100644
--- a/index.php
+++ b/index.php
@@ -25,6 +25,10 @@ switch (strtolower($_GET[page])) {
require("pages/test.php");
break;
+ case "share":
+ require("pages/share.php");
+ break;
+
case "tutorial":
require("pages/tutorial.php");
break;