Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 16, 2021 15:10
Show Gist options
  • Select an option

  • Save Octagon-simon/c97cddd52feb96322fd40c8ffc781108 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/c97cddd52feb96322fd40c8ffc781108 to your computer and use it in GitHub Desktop.
import the core files
<?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