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 | blForceSessionStart = 0 | 
| $this | blSessionUseCookies = 1 | 
| $this | aCookieDomains = null | 
| $this | aCookiePaths = null | 
| $this | aRobots | 
| $this | aRobotsExcept = array() | 
| $this aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt') | 
Definition at line 27 of file config.inc.php.
| $this aCookieDomains = null | 
Definition at line 64 of file config.inc.php.
| $this aCookiePaths = null | 
Definition at line 68 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 76 of file config.inc.php.
| $this aRobotsExcept = array() | 
Definition at line 92 of file config.inc.php.
| $this blForceSessionStart = 0 | 
Definition at line 57 of file config.inc.php.
| $this blLogChangesInAdmin = 0 | 
Definition at line 50 of file config.inc.php.
| $this blSessionUseCookies = 1 | 
Definition at line 60 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 47 of file config.inc.php.
Definition at line 24 of file config.inc.php.
| $this sAdminEmail = '' | 
Definition at line 53 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 35 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 17 of file config.inc.php.
 1.5.5