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.
 
 
 
 
 
 

12 lines
288 B

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