0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
newtuscamisetaspersonalizadas
/
admin
/
includes
/
modules
/
security_check
/
[
Home
]
Name File: default_currency.php
< back
<?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ class securityCheck_default_currency { var $type = 'error'; function securityCheck_default_currency() { global $language; include(DIR_FS_ADMIN . 'includes/languages/' . $language . '/modules/security_check/default_currency.php'); } function pass() { return defined('DEFAULT_CURRENCY'); } function getMessage() { return ERROR_NO_DEFAULT_CURRENCY_DEFINED; } } ?>
©
2018. | Recode by D7net