File/admin/ajaxCommand.php

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