summaryrefslogtreecommitdiff
path: root/htdocs/validate.php
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-05-24 15:01:09 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-05-24 15:01:09 -0700
commitd69c19b7a138659962d3c20c2487f4f13da997c5 (patch)
tree2300eaa3ed16fd31b8e844df72bb49434298a2e8 /htdocs/validate.php
parenta1bbd6bfb8dd3812c70acdeff793cd9d78bdc219 (diff)
Working on email validation
Diffstat (limited to 'htdocs/validate.php')
-rw-r--r--htdocs/validate.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/htdocs/validate.php b/htdocs/validate.php
new file mode 100644
index 0000000..272640b
--- /dev/null
+++ b/htdocs/validate.php
@@ -0,0 +1,19 @@
+<?php
+
+/* Foursquare Community Site
+ *
+ * Copyright (C) 2011 Foursquare Church.
+ *
+ * Developers: Jesse Morgan <jmorgan@foursquarestaff.com>
+ *
+ */
+
+require_once "src/base.inc.php";
+
+require_once "src/header.inc.php";
+
+echo "<h2>Email Verification</h2>";
+
+if (isset($_POST
+
+?>