IPS Plugins [REQUEST] member shop 2.1 compatible with ips 4.6.4

ansh403

Member
Registered
Joined
Jul 21, 2021
Messages
24
Points
13

Reputation:

Can someone provide me with this plugin would be of great help
 

BeFrankToken

New member
Registered
Joined
Apr 13, 2021
Messages
3
Points
3

Reputation:

You can use an older version, but make sure to add these lines into all php files in the "modules" folder of the mods that don't work.
Place this after your first class {
PHP:
/**
     * @brief    Has been CSRF-protected
     */
    public static $csrfProtected = TRUE;
And you should be able to use the plugin without issues.
 

ansh403

Member
Registered
Joined
Jul 21, 2021
Messages
24
Points
13

Reputation:

You can use an older version, but make sure to add these lines into all php files in the "modules" folder of the mods that don't work.
Place this after your first class {
PHP:
/**
     * @brief    Has been CSRF-protected
     */
    public static $csrfProtected = TRUE;
And you should be able to use the plugin without issues.
BeFrankTokenNot working bro can you do it for this needy guy
 
Top