summaryrefslogtreecommitdiffstats
path: root/pages/tutorial.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-02-02 23:14:17 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-02-02 23:14:17 -0800
commit59f0f8bd425573d0a33e643bb07477fa0339d4b0 (patch)
tree5519e6e9338475948771373649e4ae5d76fc9ba3 /pages/tutorial.php
parentc93e11aa3c9255468d2a5250b11cae0023850e69 (diff)
downloadpathery-59f0f8bd425573d0a33e643bb07477fa0339d4b0.tar.xz
Massive update to do.php
Add: support for checking achievements. Cleaned: up code regarding getpath. Add: Rushed the sending of the path back, reduced SQL querys. More logical flow.
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r--pages/tutorial.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php
index 782485f..b119412 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -1,5 +1,5 @@
<?php
-htmlHeader(array('tutorial'));
+htmlHeader(array('tutorial'), "Pathery Tutorial");
?>
<body>
@@ -12,6 +12,7 @@ topbar($Links);
<script>
isChallenge = true;
+challengeID = 1;
function challengeLoad() {}