Go to the source code of this file.
Variables | |
database information | |
| $this | dbHost = '<dbHost_ce>' |
| $this | dbName = '<dbName_ce>' |
| $this | dbUser = '<dbUser_ce>' |
| $this | dbPwd = '<dbPwd_ce>' |
| $this | dbType = 'mysql' |
| $this | sShopURL = '<sShopURL_ce>' |
| $this | sSSLShopURL = null |
| $this | sAdminSSLURL = null |
| $this | sShopDir = '<sShopDir_ce>' |
| $this | sCompileDir = '<sCompileDir_ce>' |
| $this | sTheme = 'basic' |
| $this | iUtfMode = '<iUtfMode>' |
| $this | aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt') |
| $this | sOXIDPHP = "oxid.php" |
| $this | iDebug = 0 |
| $this | blLogChangesInAdmin = 0 |
| $this | sAdminEmail = '' |
| $this | blSessionUseCookies = 1 |
| $this | blSessionEnforceCookies = 1 |
| $this | aRobots |
| $this | aRobotsExcept = array() |
| $this | blFixedWidthLayout = 1 |
| $this aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt') |
Definition at line 22 of file config.inc.php.
| $this aRobots |
Initial value:
array(
'googlebot',
'ultraseek',
'crawl',
'spider',
'fireball',
'robot',
'spider',
'robot',
'slurp',
'fast',
'altavista',
'teoma',
)
Definition at line 60 of file config.inc.php.
| $this aRobotsExcept = array() |
Definition at line 76 of file config.inc.php.
| $this blFixedWidthLayout = 1 |
Definition at line 79 of file config.inc.php.
| $this blLogChangesInAdmin = 0 |
Definition at line 45 of file config.inc.php.
| $this blSessionEnforceCookies = 1 |
Definition at line 52 of file config.inc.php.
| $this blSessionUseCookies = 1 |
Definition at line 50 of file config.inc.php.
| $this dbHost = '<dbHost_ce>' |
Definition at line 5 of file config.inc.php.
| $this dbName = '<dbName_ce>' |
Definition at line 6 of file config.inc.php.
| $this dbPwd = '<dbPwd_ce>' |
Definition at line 8 of file config.inc.php.
| $this dbType = 'mysql' |
Definition at line 9 of file config.inc.php.
| $this dbUser = '<dbUser_ce>' |
Definition at line 7 of file config.inc.php.
| $this iDebug = 0 |
Definition at line 42 of file config.inc.php.
Definition at line 19 of file config.inc.php.
| $this sAdminEmail = '' |
Definition at line 47 of file config.inc.php.
| $this sAdminSSLURL = null |
Definition at line 12 of file config.inc.php.
| $this sCompileDir = '<sCompileDir_ce>' |
Definition at line 14 of file config.inc.php.
| $this sOXIDPHP = "oxid.php" |
Definition at line 30 of file config.inc.php.
| $this sShopDir = '<sShopDir_ce>' |
Definition at line 13 of file config.inc.php.
| $this sShopURL = '<sShopURL_ce>' |
Definition at line 10 of file config.inc.php.
| $this sSSLShopURL = null |
Definition at line 11 of file config.inc.php.
| $this sTheme = 'basic' |
Definition at line 16 of file config.inc.php.
1.5.5