osCommerce / oscommerce2

osCommerce Online Merchant v2.x
http://www.oscommerce.com
MIT License
281 stars 222 forks source link

Constant in Security Check - button reload #593

Open oitsuki opened 7 years ago

oitsuki commented 7 years ago

Integrate language <?php echo HTML::button('Reload', 'fa fa-refresh', OSCOM::link('security_checks.php')); ?>

by

<?php echo HTML::button(OSCOM::getDef('button_reload'), 'fa fa-refresh', OSCOM::link('security_checks.php')); ?>