Changeset 3203456
- Timestamp:
- 12/06/2024 08:20:08 AM (16 months ago)
- Location:
- quran-text-multilanguage/trunk
- Files:
-
- 3 edited
-
inc/template.php (modified) (2 diffs)
-
quran-text-multilanguage.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quran-text-multilanguage/trunk/inc/template.php
r3203397 r3203456 186 186 init_quran(); 187 187 188 189 190 188 if(isset($_GET['sourate']) && isset($_GET['lang'])) { 191 if(preg_match("/ ^([1-9]|[1-9][0-9]|1[0-1][0-4])$/", $_GET['sourate'], $matches)) {189 if(preg_match("/[0-9]{1,3}$/", $_GET['sourate'], $matches)) { 192 190 $sura = $matches[0]; 193 191 ?> … … 210 208 } 211 209 } 212 213 210 else{ 214 211 -
quran-text-multilanguage/trunk/quran-text-multilanguage.php
r3203397 r3203456 7 7 Description: Quran Text Multilanguage translated into 29 languages. Full ajax version and responsive. Fully customizable. More reciter... 8 8 9 Version: 2.3.2 29 Version: 2.3.23 10 10 * Important: This update includes critical security fixes 11 11 Author: Bahmed karim -
quran-text-multilanguage/trunk/readme.txt
r3203397 r3203456 369 369 * Security: Critical security fix for XSS vulnerability in sourate parameter 370 370 * IMPORTANT: All users should update immediately 371 372 = 2.3.23 = 373 - fix preg_match sourate parameter 374
Note: See TracChangeset
for help on using the changeset viewer.