Browse Source

Added a patch to hopefully fix the annoying 2 second post issues.

geekboy1011 9 years ago
parent
commit
102af9ed82
1 changed files with 6 additions and 0 deletions
  1. 6 0
      modification.xml

+ 6 - 0
modification.xml

@@ -27,5 +27,11 @@
 			<add><![CDATA[if(!isset($button['href']) || !isset($button['title'])) continue;]]></add>
 		</operation>
 	</file>
+	<file name="$sourcedir/Security.php"> //Added by geekboy1011 2/23/15
+		<operation>
+			<search position="replace">$timeLimit = 2;</search>
+			<add>return false;</add>
+		</operation>
+	</file>
 </modification>