Plugin Directory

Changeset 3375206


Ignore:
Timestamp:
10/08/2025 03:16:39 PM (6 months ago)
Author:
prasunsen
Message:

solving access problem

Location:
chained-quiz/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chained-quiz/trunk/chained-quiz.php

    r3365906 r3375206  
    55Description: Create a chained quiz where the upcoming questions can depend on the previous answer
    66Author: Kiboko Labs
    7 Version: 1.3.7
     7Version: 1.3.8
    88Author URI: http://calendarscripts.info/
    99License: GPLv2 or later
  • chained-quiz/trunk/helpers/htmlhelper.php

    r3365906 r3375206  
    138138        // For non-logged in users, check IP address
    139139        // 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
    140141        $ip = chained_user_ip();
    141142        return ($completion->ip == $ip);
  • chained-quiz/trunk/readme.txt

    r3365908 r3375206  
    55Requires PHP: 8.0
    66Tested up to: 6.8
    7 Stable tag: 1.3.7
     7Stable tag: 1.3.8
    88License: GPL2
    99
Note: See TracChangeset for help on using the changeset viewer.