0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.1.3-2
/
standard
/
htdocs
/
app
/
code
/
core
/
Mage
/
Install
/
etc
/
[
Home
]
File: config.xml
<?xml version="1.0"?> <!-- /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * @category Mage * @package Mage_Install * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ --> <config> <modules> <Mage_Install> <version>0.7.0</version> </Mage_Install> </modules> <global> <models> <install> <class>Mage_Install_Model</class> <resourceModel>install_mysql4</resourceModel> </install> <install_mysql4> <class>Mage_Install_Model_Mysql4</class> </install_mysql4> </models> <resources> <install_write> <connection><use>core_write</use></connection> </install_write> <install_read> <connection><use>core_read</use></connection> </install_read> </resources> <blocks> <install><class>Mage_Install_Block</class></install> </blocks> </global> <frontend> <secure_url> <install>/install/wizard/checkSecureHost</install> </secure_url> <routers> <install> <use>standard</use> <args> <module>Mage_Install</module> <frontName>install</frontName> </args> </install> </routers> </frontend> <install> <layout> <updates> <main><file>main.xml</file></main> </updates> </layout> <events> <controller_action_predispatch> <observers> <checkConnection> <type>singleton</type> <class>core/resource</class> <method>checkDbConnection</method> </checkConnection> </observers> </controller_action_predispatch> <mage_run_exception> <observers> <install_failure> <type>singleton</type> <class>install/observer</class> <method>installFailure</method> </install_failure> </observers> </mage_run_exception> <core_locale_set_locale> <observers> <bind_locale> <type>singleton</type> <class>install/observer</class> <method>bindLocale</method> </bind_locale> </observers> </core_locale_set_locale> </events> <translate> <modules> <Mage_Install> <files> <default>Mage_Install.csv</default> </files> </Mage_Install> </modules> </translate> <layout> <updates> <install> <file>main.xml</file> </install> </updates> </layout> </install> </config>