From 03cc99823c79a33c4e087004c571d8716355255b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 19 Jun 2013 01:46:53 +0200 Subject: [PATCH] Actually include CPHP --- public_html/includes/base.php | 1 + 1 file changed, 1 insertion(+) 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");