瀏覽代碼

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

geekboy1011 9 年之前
父節點
當前提交
102af9ed82
共有 1 個文件被更改,包括 6 次插入0 次删除
  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>