Browse Source

Updated readme and adjusted file to patch the appropriate file. Smf2.1
refactors this to Security.php for now its in Subs.php

geekboy1011 9 years ago
parent
commit
fe0ba27a81
2 changed files with 5 additions and 2 deletions
  1. 1 1
      modification.xml
  2. 4 1
      readme.txt

+ 1 - 1
modification.xml

@@ -27,7 +27,7 @@
 			<add><![CDATA[if(!isset($button['href']) || !isset($button['title'])) continue;]]></add>
 		</operation>
 	</file>
-	<file name="$sourcedir/Security.php"> //Added by geekboy1011 2/23/15
+	<file name="$sourcedir/Subs.php"> //Added by geekboy1011 2/23/15   //Why did the refactor this into Security.php in smf 2.1? really like really
 		<operation>
 			<search position="replace">$timeLimit = 2;</search>
 			<add>return false;</add>

+ 4 - 1
readme.txt

@@ -1,4 +1,7 @@
-Fixes:
+Sorunome:
  - some array to string conversion when parsing bb-code
  - youtube urls allow https
  - some undefined offsets when creating the nav
+
+Geekboy:
+ - Attempted patch to fix wait more then 2 seconds since post bug