00001 <?php
00002
00003
00005 $this->dbHost = '<dbHost_ce>';
00006 $this->dbName = '<dbName_ce>';
00007 $this->dbUser = '<dbUser_ce>';
00008 $this->dbPwd = '<dbPwd_ce>';
00009 $this->dbType = 'mysql';
00010 $this->sShopURL = '<sShopURL_ce>';
00011 $this->sSSLShopURL = null;
00012 $this->sAdminSSLURL = null;
00013 $this->sShopDir = '<sShopDir_ce>';
00014 $this->sCompileDir = '<sCompileDir_ce>';
00015
00016 $this->sTheme = 'basic';
00017
00018
00019 $this->iUtfMode = '<iUtfMode>';
00020
00021
00022 $this->aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt');
00023
00024
00025 date_default_timezone_set('Europe/Berlin');
00026
00027
00028
00029
00030 $this->sOXIDPHP = "oxid.php";
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042 $this->iDebug = 0;
00043
00044
00045 $this->blLogChangesInAdmin = 0;
00046
00047 $this->sAdminEmail = '';
00048
00049
00050 $this->blSessionUseCookies = 1;
00051
00052 $this->blSessionEnforceCookies = 1;
00053
00054
00055
00056
00057
00058
00059
00060 $this->aRobots = array(
00061 'googlebot',
00062 'ultraseek',
00063 'crawl',
00064 'spider',
00065 'fireball',
00066 'robot',
00067 'spider',
00068 'robot',
00069 'slurp',
00070 'fast',
00071 'altavista',
00072 'teoma',
00073 );
00074
00075
00076 $this->aRobotsExcept = array();
00077
00078
00079 $this->blFixedWidthLayout = 1;
00080
00081
00082
00083 $this->sCookieDomain = null;
00084