summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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;