Cleanup application

This commit is contained in:
Romain Neutron
2012-09-27 17:34:41 +02:00
parent d69e25df4e
commit 0be8054790
5 changed files with 211 additions and 258 deletions

View File

@@ -330,7 +330,7 @@ class API_V1_adapter extends API_V1_Abstract
'description' => $registry->get('GV_metaDescription'),
'httpServer' => array(
'logErrors' => $registry->get('GV_log_errors'),
'phpTimezone' => $registry->get('GV_timezone'),
'phpTimezone' => ini_get('date.timezone'),
'siteId' => $registry->get('GV_sit'),
'staticUrl' => $registry->get('GV_STATIC_URL'),
'defaultLanguage' => $registry->get('id_GV_default_lng'),