Page: Program_Root/config/config.inc
Classes defined on this page:
Include Statements Summary
|
INCLUDE TYPE | INCLUDED FILENAME | DESCRIPTION |
VARIABLE NAME | VARIABLE VALUE | DESCRIPTION |
CONSTANT NAME | CONSTANT VALUE | DESCRIPTION |
_DEBUG_FILE |
"zyneo.log" |
Defines the logfile when output is set to 1 or 2 |
_DEBUG_LEVEL |
"info" |
Defines the level of output from the scripts |
_DEBUG_OUTPUT |
|
Defines how logoutput should be presented. |
_DOCROOT |
"/home/maro/MyProjects/PHPAdapter/src" |
|
_LISTENER_HOST |
"localhost" |
Defines the host used when connecting to the gateway to receive SMS and notifications |
_LISTENER_PORT |
3001 |
Defines the port used when connecting to the gateway to receive SMS/not |
_SEND_HOST |
"localhost" |
Defines the host used when connecting to the gateway to send SMS |
_SEND_PORT |
3000 |
Defines the port used when connecting to the gateway to send SMS |
Include Statements Detail
|
_DEBUG_FILE
(line 39)
_DEBUG_FILE = ->"zyneo.log"<-
Defines the logfile when output is set to 1 or 2
_DEBUG_LEVEL
(line 29)
_DEBUG_LEVEL = ->"info"<-
Defines the level of output from the scripts
_DEBUG_OUTPUT
(line 36)
_DEBUG_OUTPUT = -><-
Defines how logoutput should be presented.
0 - screen 1 - file 2 - file and screen
_DOCROOT
(line 8)
_DOCROOT = ->"/home/maro/MyProjects/PHPAdapter/src"<-
_LISTENER_HOST
(line 14)
_LISTENER_HOST = ->"localhost"<-
Defines the host used when connecting to the gateway to receive SMS and notifications
_LISTENER_PORT
(line 17)
_LISTENER_PORT = ->3001<-
Defines the port used when connecting to the gateway to receive SMS/not
_SEND_HOST
(line 20)
_SEND_HOST = ->"localhost"<-
Defines the host used when connecting to the gateway to send SMS
_SEND_PORT
(line 23)
_SEND_PORT = ->3000<-
Defines the port used when connecting to the gateway to send SMS