Changeset 3375206
- Timestamp:
- 10/08/2025 03:16:39 PM (6 months ago)
- Location:
- chained-quiz/trunk
- Files:
-
- 3 edited
-
chained-quiz.php (modified) (1 diff)
-
helpers/htmlhelper.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chained-quiz/trunk/chained-quiz.php
r3365906 r3375206 5 5 Description: Create a chained quiz where the upcoming questions can depend on the previous answer 6 6 Author: Kiboko Labs 7 Version: 1.3. 77 Version: 1.3.8 8 8 Author URI: http://calendarscripts.info/ 9 9 License: GPLv2 or later -
chained-quiz/trunk/helpers/htmlhelper.php
r3365906 r3375206 138 138 // For non-logged in users, check IP address 139 139 // Note: This is not 100% secure as IPs can be shared, but it's better than nothing 140 if(empty($completion->ip)) return true; // we can't do this check if there is no IP 140 141 $ip = chained_user_ip(); 141 142 return ($completion->ip == $ip); -
chained-quiz/trunk/readme.txt
r3365908 r3375206 5 5 Requires PHP: 8.0 6 6 Tested up to: 6.8 7 Stable tag: 1.3. 77 Stable tag: 1.3.8 8 8 License: GPL2 9 9
Note: See TracChangeset
for help on using the changeset viewer.