Go to the source code of this file.
database information | |
| |
enum | Auth_OpenID_BUGGY_GMP |
$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 | sCustomTheme = null |
$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 = false |
$this | sAdminEmail = '' |
$this | blForceSessionStart = false |
$this | blSessionUseCookies = true |
$this | aCookieDomains = null |
$this | aCookiePaths = null |
$this | aRobots |
$this | aRobotsExcept = array() |
$this | aTrustedIPs = array() |
$this | iBasketReservationCleanPerRequest = 200 |
$this | sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl" |
$this | sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl" |
$this | sTsUser = "oxid_esales" |
$this | sTsPass = "V1AoGEXm" |
$this | aTsConfig |
$this | sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl" |
$this | sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl" |
Definition at line 101 of file config.inc.php.
$this aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt') |
Definition at line 29 of file config.inc.php.
$this aCookieDomains = null |
Definition at line 66 of file config.inc.php.
$this aCookiePaths = null |
Definition at line 70 of file config.inc.php.
$this aRobots |
array( 'googlebot', 'ultraseek', 'crawl', 'spider', 'fireball', 'robot', 'spider', 'robot', 'slurp', 'fast', 'altavista', 'teoma', )
Definition at line 78 of file config.inc.php.
$this aRobotsExcept = array() |
Definition at line 94 of file config.inc.php.
$this aTrustedIPs = array() |
Definition at line 97 of file config.inc.php.
$this aTsConfig |
array( "blTestMode" => false, "sTsUrl" => "https://www.trustedshops.com", "sTsTestUrl" => "https://qa.trustedshops.com", "sTsWidgetUri" => array( "bewertung/widget/widgets/%s.gif" ), "sTsInfoUri" => array( "de" => "bewertung/info_%s.html", "en" => "buyerrating/info_%s.html" ), "sTsRatingUri" => array( "de" => "bewertung/bewerten_%s.html", "en" => "buyerrating/rate_%s.html" ) )
Definition at line 127 of file config.inc.php.
$this blForceSessionStart = false |
Definition at line 59 of file config.inc.php.
$this blLogChangesInAdmin = false |
Definition at line 52 of file config.inc.php.
$this blSessionUseCookies = true |
Definition at line 62 of file config.inc.php.
$this dbHost = '<dbHost_ce>' |
Definition at line 4 of file config.inc.php.
$this dbName = '<dbName_ce>' |
Definition at line 5 of file config.inc.php.
$this dbPwd = '<dbPwd_ce>' |
Definition at line 7 of file config.inc.php.
$this dbType = 'mysql' |
Definition at line 8 of file config.inc.php.
$this dbUser = '<dbUser_ce>' |
Definition at line 6 of file config.inc.php.
$this iBasketReservationCleanPerRequest = 200 |
Works only if basket reservations feature is enabled in admin.
The number specifies how many expired basket reservations are cleaned per one request (to the eShop). Cleaning a reservation basically means returning the reserved stock to the articles.
Keeping this number too low may cause article stock being returned too slowly, while too high value may have spiking impact on the performance.
Definition at line 114 of file config.inc.php.
$this iDebug = 0 |
Definition at line 49 of file config.inc.php.
Definition at line 26 of file config.inc.php.
$this sAdminEmail = '' |
Definition at line 55 of file config.inc.php.
$this sAdminSSLURL = null |
Definition at line 11 of file config.inc.php.
$this sCompileDir = '<sCompileDir_ce>' |
Definition at line 13 of file config.inc.php.
$this sCustomTheme = null |
Definition at line 19 of file config.inc.php.
$this sOXIDPHP = "oxid.php" |
Definition at line 37 of file config.inc.php.
$this sShopDir = '<sShopDir_ce>' |
Definition at line 12 of file config.inc.php.
$this sShopURL = '<sShopURL_ce>' |
Definition at line 9 of file config.inc.php.
$this sSSLShopURL = null |
Definition at line 10 of file config.inc.php.
$this sTheme = 'basic' |
Definition at line 16 of file config.inc.php.
$this sTsPass = "V1AoGEXm" |
Definition at line 124 of file config.inc.php.
$this sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl" |
Definition at line 117 of file config.inc.php.
$this sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl" |
Definition at line 142 of file config.inc.php.
$this sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl" |
Definition at line 139 of file config.inc.php.
$this sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl" |
Definition at line 119 of file config.inc.php.
$this sTsUser = "oxid_esales" |
Definition at line 123 of file config.inc.php.