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 of getcwd() if not overwrited before calling definitions.php;

  • __PROTEUS_ERROR_REPORTING__ used as parameter for the php function error_reporting();

  • __PROTEUS_DISPLAY_ERRORS__ used as parameter in the following code ini_set('display_errors', __PROTEUS_DISPLAY_ERRORS__);