bin.mysql = /usr/bin/mysql
bin.zip = /usr/bin/zip
bin.unzip = /usr/bin/unzip
-;bin.imagemagick=convert
+bin.imagemagick=convert
bin.cp = /bin/cp
bin.rm = /bin/rm
-appnamespace = "ZendSample"
+appnamespace = "Cubedesigners"
timezone = 'Europe/Paris'
database.adapter = pdo_mysql
database.params.host = localhost
-database.params.username = $username
-database.params.password = $password
-database.params.dbname = $username
+database.params.username = cubev6
+database.params.password = Y0k3C5c51N
+database.params.dbname = cubev6
;former.database.adapter = pdo_mysql
;former.database.params.host =
navigation.containers[]=-3;
locales.fr =
-;locales.en =
+locales.en =
-
-acl.perpage = true
+acl.perpage = false
acl.roles[] = superadmin
acl.roles[] = admin
dev = true
-;httpauth.username = username
-;httpauth.password = password
+httpauth.username = cubedesigners
+httpauth.password = cubedesigners
-webhost = $devdomain
\ No newline at end of file
+webhost = cubev6.dev.cubedesigners.com
\ No newline at end of file
--- /dev/null
+<?php\r
+\r
+$content = $this->layout()->content . "\n";\r
+\r
+echo $this->render('common/header.phtml');\r
+echo '<div id="wrapper">';\r
+echo $content;\r
+echo '</div>';\r
+echo $this->render('common/footer.phtml');\r
+?>
\ No newline at end of file
ini_set('log_errors', '1');
ini_set('error_log', dirname(__FILE__) . '/log/php_error.log');
-if ($_SERVER['HTTP_HOST'] == '$devdomain') {
- define('APPLICATION_ENV', 'testing');
+if ($_SERVER['HTTP_HOST'] == 'cubev6.dev.cubedesigners.com') {
+ define('APPLICATION_ENV', 'testing');
} else if ($_SERVER['HTTP_HOST'] == 'www.') {
- define('APPLICATION_ENV', 'production');
+ define('APPLICATION_ENV', 'production');
}
include dirname(__FILE__) . '/CubeIT/common.php';