File/index.php

Description
Includes
 require_once (BASEDIR.'/inc/controller/FrontendController.php') (line 29)
Constants
BASEDIR = substr($_SERVER["SCRIPT_FILENAME"],0,strrpos($_SERVER["SCRIPT_FILENAME"],"/")) (line 22)
  • var: BASEDIR Constant which represents the basedir of the server
TEMPLATEDIR = substr($_SERVER["SCRIPT_NAME"],0,strrpos($_SERVER["SCRIPT_NAME"],"/"))."/template" (line 27)
  • var: TEMPLATEDIR Constant which represents the template directory of Caramel CMS installation