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->aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt');
00020
00021
00022 date_default_timezone_set('Europe/Berlin');
00023
00024
00025
00026
00027 $this->sOXIDPHP = "oxid.php";
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039 $this->iDebug = 0;
00040
00041
00042 $this->blLogChangesInAdmin = 0;
00043
00044 $this->sAdminEmail = '';
00045
00046
00047 $this->blSessionUseCookies = 1;
00048
00049 $this->blSessionEnforceCookies = 1;
00050
00051
00052
00053
00054
00055
00056
00057 $this->aRobots = array(
00058 'googlebot',
00059 'ultraseek',
00060 'crawl',
00061 'spider',
00062 'fireball',
00063 'robot',
00064 'spider',
00065 'robot',
00066 'slurp',
00067 'fast',
00068 'altavista',
00069 'teoma',
00070 );
00071
00072
00073 $this->aRobotsExcept = array();
00074
00075
00076 $this->blFixedWidthLayout = 1;
00077