We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'ParagonIE\AntiCSRF\AntiCSRF' not found
structure: domain.com/index.php ----> require('myincludes/myautoloader.php'); domain.com/my includes/myautoloader.php domain.com/my includes/ParagonIE/AntiCSRF/AntiCSRF.php domain.com/my includes/ParagonIE/yourautoloader.php
myautoloader.php calls ParagonIE/yourautoloader.php
Which is copy/pasted from here.
The text was updated successfully, but these errors were encountered:
P.S. I also use your constanttime code as this script seems to require it.
Structure: domain.com/index.php ---->require('myincludes/myautoloader.php'); domain.com/my includes/myautoloader.php ----->require('ParagonIE/yourautoloader.php'); domain.com/my includes/ParagonIE/ConstantTime domain.com/my includes/ParagonIE/ConstantTime/Base32.php etc etc
Sorry, something went wrong.
Please make sure you use the autoloader in the repository. require_once __DIR__ . '/path/to/autoloader/autoload.php';. This is located here https://github.com/paragonie/anti-csrf/blob/master/autoload.php. Also please provide your code.
require_once __DIR__ . '/path/to/autoloader/autoload.php';
No branches or pull requests
Class 'ParagonIE\AntiCSRF\AntiCSRF' not found
structure:
domain.com/index.php ----> require('myincludes/myautoloader.php');
domain.com/my includes/myautoloader.php
domain.com/my includes/ParagonIE/AntiCSRF/AntiCSRF.php
domain.com/my includes/ParagonIE/yourautoloader.php
myautoloader.php calls
ParagonIE/yourautoloader.php
Which is copy/pasted from here.
The text was updated successfully, but these errors were encountered: