diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-07-04 18:49:11 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-07-04 18:49:11 -0700 |
commit | 8ac6579f2dd3fe8e4739585dd24df51f3c54e7ac (patch) | |
tree | 2359be44118816bca335e7b2cd055eae982602d9 /index.php | |
parent | c531d9d66d430df9c9a043ddc3f7c4c10fcfaab4 (diff) | |
download | pathery-8ac6579f2dd3fe8e4739585dd24df51f3c54e7ac.tar.xz |
Added yahoo to OpenID logins
Added debug email method.
Now sending debug email on duplicate emails found in the DB
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ <?PHP
include_once("globe.php");
+include_once("./includes/header.php");
//Load our page
if ($_SESSION['accepted'] <> 1)
|