Procedural File: defines.php
Source Location: /include/defines.php
Page Details:
Constant definitions that are programming specific rather than module or language specific
Tags:
XBSLOG_DATEFMT [line 82]
XBSLOG_DIR [line 26]
XBSLOG_LOG_FILE [line 74]
XBSLOG_LOG_PATH [line 70]
XBSLOG_PATH [line 61]
XBSLOG_TBL_LOG [line 78]
XBSLOG_URL [line 65]
getXBSLOGModConfigs [line 39]
array getXBSLOGModConfigs(
)
|
|
Function: Get the current module's configuration options Because XBSLOG can be nested inside other modules the $xoopsModuleConfig variable will be pointing to whatever module is currently in scope We therefore need to retrieve the XBSLOG options
Tags:
|