Created
October 16, 2021 15:10
-
-
Save Octagon-simon/c97cddd52feb96322fd40c8ffc781108 to your computer and use it in GitHub Desktop.
import the core files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //Captcha verification script | |
| require_once 'core/captcha_verify.php'; | |
| //Captcha custom JS | |
| include_once 'assets/captcha_script.php'; | |
| //Captcha custom CSS | |
| include_once 'assets/captcha_style.php'; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment