You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BCGi25.php 282 B

3 years ago
123456789101112
  1. <?php
  2. $classFile = 'BCGi25.barcode.php';
  3. $className = 'BCGi25';
  4. $baseClassFile = 'BCGBarcode1D.php';
  5. $codeVersion = '5.2.0';
  6. function customSetup($barcode, $get) {
  7. if (isset($get['checksum'])) {
  8. $barcode->setChecksum($get['checksum'] === '1' ? true : false);
  9. }
  10. }
  11. ?>