Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/vlevski/enter/config/
Upload File :
Current File : /hdd/hdd11/www/vlevski/enter/config/BCGcode128.php

<?php
$classFile = 'BCGcode128.barcode.php';
$className = 'BCGcode128';
$baseClassFile = 'BCGBarcode1D.php';
$codeVersion = '5.2.0';

function customSetup($barcode, $get) {
    if (isset($get['start'])) {
        $barcode->setStart($get['start'] === 'NULL' ? null : $get['start']);
    }
}
?>