Replaced global constant FCPATH with FHCPATH

This commit is contained in:
Paolo
2017-06-21 11:30:45 +02:00
parent 0be96175bb
commit 5e3c8d8421
4 changed files with 14 additions and 12 deletions
+3 -2
View File
@@ -11,8 +11,9 @@
* @filesource
*/
if (! defined('BASEPATH')) exit('No direct script access allowed');
require_once FCPATH.'include/authentication.class.php';
require_once FCPATH.'include/AddonAuthentication.php';
require_once FHCPATH.'include/authentication.class.php';
require_once FHCPATH.'include/AddonAuthentication.php';
/**
* FHC-Auth Helpers