From: <gem...@li...> - 2012-12-30 18:25:46
|
Revision: 1083 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1083&view=rev Author: matijsdejong Date: 2012-12-30 18:25:39 +0000 (Sun, 30 Dec 2012) Log Message: ----------- Added new information Modified Paths: -------------- trunk/library/classes/Gems/Default/ProjectInformationAction.php Modified: trunk/library/classes/Gems/Default/ProjectInformationAction.php =================================================================== --- trunk/library/classes/Gems/Default/ProjectInformationAction.php 2012-12-30 18:24:01 UTC (rev 1082) +++ trunk/library/classes/Gems/Default/ProjectInformationAction.php 2012-12-30 18:25:39 UTC (rev 1083) @@ -143,6 +143,7 @@ $data[$this->_('Application environment')] = APPLICATION_ENV; $data[$this->_('Application baseuri')] = $this->loader->getUtil()->getCurrentURI(); $data[$this->_('Application directory')] = APPLICATION_PATH; + $data[$this->_('Application encoding')] = APPLICATION_ENCODING; $data[$this->_('PHP version')] = phpversion(); $data[$this->_('Server Hostname')] = php_uname('n'); $data[$this->_('Server OS')] = php_uname('s'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |