[Commits] [svn:einsteintoolkit] www/about/members/ (Rev. 870)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Wed Jun 13 09:23:35 CDT 2012


User: knarf
Date: 2012/06/13 09:23 AM

Modified:
 /about/members/
  join.php, send-registration.php

Log:
 poor man's captcha fix

File Changes:

Directory: /about/members/
==========================

File [modified]: join.php
Delta lines: +0 -1
===================================================================
--- about/members/join.php	2012-06-13 14:22:57 UTC (rev 869)
+++ about/members/join.php	2012-06-13 14:23:34 UTC (rev 870)
@@ -25,7 +25,6 @@
 </tr>
 <tr>
   <td>Please enter 'Einstein' backwards here<br>(to fight spam)</td>
-  <td>
   <td><input type="text" name="buechsenwursttest" /></td>
 </tr>
 <tr>

File [modified]: send-registration.php
Delta lines: +1 -0
===================================================================
--- about/members/send-registration.php	2012-06-13 14:22:57 UTC (rev 869)
+++ about/members/send-registration.php	2012-06-13 14:23:34 UTC (rev 870)
@@ -9,6 +9,7 @@
 $email = $_POST['email'];
 $institution = $_POST['institution'];
 $list = $_POST['list'];
+$buechsenwursttest = $_POST['buechsenwursttest'];
 
 $frominstitution = "";
 if (!empty($institution)) {



More information about the Commits mailing list