diff --git a/public_html/includes/base.php b/public_html/includes/base.php index 9dd2261..ec8acc1 100644 --- a/public_html/includes/base.php +++ b/public_html/includes/base.php @@ -15,3 +15,4 @@ if(!isset($_APP)) { die("Unauthorized."); } $_CPHP = true; $_CPHP_CONFIG = "../config.json"; +require("cphp/base.php");