Source Location: /app/config/config.php
[line 50]
__APPPATH__ = __FULLPATH__.'app/'
[ Top ]
[line 39]
__BASEPATH__ = '/'.$split[0].'/'
[ Top ]
[line 57]
__CONFIG__ = __APPPATH__.'config/'
[ Top ]
[line 77]
__CONTROLLERS__ = __APPPATH__.'controllers/'
[ Top ]
[line 88]
__DEFAULTCLASS__ = 'main'
[ Top ]
[line 89]
__DEFAULTFUNCTION__ = 'index'
[ Top ]
[line 85]
__DISPLAYERRORS__ = true
[ Top ]
[line 71]
__ERRORCONTROLLER__ = 'errors'
[ Top ]
[line 65]
__ERRORDIR__ = __CONFIG__.'errors/'
[ Top ]
[line 67]
__ERRORFILE__ = __ERRORDIR__.__ERRORLANGUAGE__.'.xml'
[ Top ]
[line 72]
__ERRORFUNCTION__ = 'index'
[ Top ]
[line 66]
__ERRORLANGUAGE__ = 'english'
[ Top ]
[line 84]
__ERRORLOG__ = 'error_log'
[ Top ]
[line 68]
__ERRORSCHEMA__ = __ERRORDIR__.'errors.xsd'
[ Top ]
[line 42]
__INDEXPATH__ = __BASEPATH__.(__SHOWINDEX__?'index.php':NULL)
[ Top ]
[line 83]
__LOGERRORS__ = true
[ Top ]
[line 75]
__MODELS__ = __APPPATH__.'models/'
[ Top ]
[line 92]
__NEWLINE__ = "\n"
[ Top ]
[line 36]
__SHOWINDEX__ = false
This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This application is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
[ Top ]
[line 47]
__SYSTEMHELPERS__ = __SYSTEM__.'helpers/'
[ Top ]
[line 46]
__SYSTEMLIBS__ = __SYSTEM__.'libraries/'
[ Top ]
[line 45]
__SYSTEM__ = __FULLPATH__.'system/'
[ Top ]
[line 54]
__USERHELPERS__ = __APPPATH__.'helpers/'
[ Top ]
[line 53]
__USERLIBS__ = __APPPATH__.'libraries/'
[ Top ]
[line 76]
__VIEWS__ = __APPPATH__.'views/'
[ Top ]