Sfoglia il codice sorgente

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

geekboy1011 9 anni fa
parent
commit
102af9ed82
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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>