Definitions (Parameters) - ThomasDC84/Proteus GitHub Wiki
List of parameters definitions used inside PROTEUS:
-
__PROTEUS_HOME__It must contain the server directory where Proteus files are stored, it will be set to the result ofgetcwd()if not overwrited before callingdefinitions.php; -
__PROTEUS_ERROR_REPORTING__used as parameter for the php functionerror_reporting(); -
__PROTEUS_DISPLAY_ERRORS__used as parameter in the following codeini_set('display_errors', __PROTEUS_DISPLAY_ERRORS__);