diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-14 14:49:51 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-14 14:49:51 -0800 |
commit | 59fc439d341900d99c00a31ff1653b274ba2a037 (patch) | |
tree | 5bd4b89bb500bc5557750228030ee0f2b8e2fb6d /pages/tutorial.php | |
parent | fab36d921f22cb5999357932785e03aa88269f8d (diff) | |
parent | 532faa4d5cc5b20fba8422c87b0aac846874af43 (diff) | |
download | pathery-59fc439d341900d99c00a31ff1653b274ba2a037.tar.xz |
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
Conflicts:
css/challenge.css
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index 4d2446f..5208a57 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -13,7 +13,7 @@ topbar($Links); //TODO: Turn this into a function?
if ($accepted) {
- include_once ('./includes/db.inc.php');
+ include_once ('./includes/sqlEmbedded.php');
$userID = $_SESSION['userID'];
$sql = "
|