File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2424require_once __DIR__ . "/lib/UnityWebhook.php " ;
2525require_once __DIR__ . "/lib/UnityGithub.php " ;
2626require_once __DIR__ . "/lib/utils.php " ;
27+ require_once __DIR__ . "/lib/CSRFToken.php " ;
2728require_once __DIR__ . "/lib/exceptions/NoDieException.php " ;
2829require_once __DIR__ . "/lib/exceptions/SSOException.php " ;
2930require_once __DIR__ . "/lib/exceptions/ArrayKeyException.php " ;
Original file line number Diff line number Diff line change 1515require_once __DIR__ . "/../resources/lib/UnityWebhook.php " ;
1616require_once __DIR__ . "/../resources/lib/UnityGithub.php " ;
1717require_once __DIR__ . "/../resources/lib/utils.php " ;
18+ require_once __DIR__ . "/../resources/lib/CSRFToken.php " ;
1819require_once __DIR__ . "/../resources/lib/exceptions/NoDieException.php " ;
1920require_once __DIR__ . "/../resources/lib/exceptions/SSOException.php " ;
2021require_once __DIR__ . "/../resources/lib/exceptions/ArrayKeyException.php " ;
You can’t perform that action at this time.
0 commit comments