.

gyro/core/lib/compatability/defines.0.3.inc.php File Reference

Go to the source code of this file.

Enumerations

enum   APP_URL_BASEURL
enum   URL_BASEURL_SAFE

Variables

if(!defined('APP_THROW_ON_DB_ERROR'))
define('APP_THROW_ON_DB_ERROR' 
!APP_TESTMODE
if(!defined('APP_URL_ABSPATH'))
define('APP_URL_ABSPATH' 
APP_INCLUDE_ABSPATH
  Temporary directory.
if(!defined('APP_OUT_DIR'))
define('APP_OUT_DIR' 
APP_TEMP_DIR
  Files output directory.
if(!defined('APP_DEBUG_QUERIES'))
define('APP_DEBUG_QUERIES' 
APP_TESTMODE
  LOGGING.
if(!defined('APP_MAIL_SUBJECT'))
define('APP_MAIL_SUBJECT' 
APP_TITLE
  Added to each email subject line.
if(!defined('APP_DEFAULT_PAGE'))
define('APP_DEFAULT_PAGE' 
APP_URL_BASEURL
if(!defined('APP_URL_SERVER'))
define('APP_URL_SERVER' 
APP_URL_DOMAIN
  Use GZIP?
  if (!defined('APP_DEFAULT_TEMPLATE_ENGINE')) define('APP_DEFAULT_TEMPLATE_ENGINE'
  Template engine.
if(!defined('APP_ENABLE_HTTPS'))
define('APP_ENABLE_HTTPS' 
true

Enumeration Type Documentation

Definition at line 62 of file defines.0.3.inc.php.

Definition at line 63 of file defines.0.3.inc.php.


Variable Documentation

if (!defined('APP_THROW_ON_WARNING')) define('APP_THROW_ON_WARNING' !APP_TESTMODE

Definition at line 2 of file defines.0.3.inc.php.

Temporary directory.

Definition at line 64 of file defines.0.3.inc.php.

if (!defined('APP_OUT_DIR')) define('APP_OUT_DIR' APP_TEMP_DIR

Files output directory.

Definition at line 86 of file defines.0.3.inc.php.

if (!defined('APP_LOG_HTML_ERROR_STATUS')) define('APP_LOG_HTML_ERROR_STATUS' APP_TESTMODE

LOGGING.

Definition at line 4 of file defines.0.3.inc.php.

if (!defined('APP_MAIL_SUBJECT')) define('APP_MAIL_SUBJECT' APP_TITLE

Added to each email subject line.

Definition at line 26 of file defines.0.3.inc.php.

if (!defined('APP_DEFAULT_PAGE')) define('APP_DEFAULT_PAGE' APP_URL_BASEURL

Definition at line 71 of file defines.0.3.inc.php.

if (!defined('APP_URL_SERVER_SAFE')) define('APP_URL_SERVER_SAFE' APP_URL_DOMAIN

Use GZIP?

Definition at line 60 of file defines.0.3.inc.php.

if(!defined('FORMVALIDATION_HANDLER_NAME')) define('FORMVALIDATION_HANDLER_NAME'

Template engine.

SMTP Password.

SMTP User.

SMTP Host.

Mailer type.

Switch Mailer type to 'smtp' to use SMTP. All other values will use PHP's mail() function

APP_MAILER_TYPE must be set to 'smtp' for this setting to take effect

Definition at line 13 of file defines.0.3.inc.php.

if (!defined('APP_ENABLE_HTTPS')) define('APP_ENABLE_HTTPS' true

Definition at line 8 of file defines.0.3.inc.php.