Bugfixes
authorJoey Schulze <joey@infodrom.org>
Wed, 5 Nov 2008 15:12:48 +0000 (15:12 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 5 Nov 2008 15:12:48 +0000 (15:12 +0000)
src/linx/submitit.wml

index acba27b..460e597 100644 (file)
@@ -3,10 +3,10 @@
 #include <addresses.inc>
 
 <?
-  if (strpos($_POST['subject'], 'http://') !=== false ||
-      strpos($_POST['category'], 'http://') !=== false ||
-      strpos($_POST['keywords'], 'http://') !=== false ||
-      strpos($_POST['description'], 'http://') !=== false) {
+  if (strpos($_POST['subject'], 'http://') !== false ||
+      strpos($_POST['category'], 'http://') !== false ||
+      strpos($_POST['keywords'], 'http://') !== false ||
+      strpos($_POST['description'], 'http://') !== false) {
     header ("Location: submit.html");
     exit(0);
   }