8 lines
495 B
Plaintext
8 lines
495 B
Plaintext
You must modify the file config.php, change the following line to point to the /html/ folder with a real path
|
|
Vous devez modifier le fichier config.php, changez la ligne suivante pour qu'elle redirige vers le dossier /class/ avec le chemin complet
|
|
$class_dir = '../class';
|
|
change it for / changez le pour
|
|
$class_dir = 'C:/where/barcode_gen/is_installed/class';
|
|
|
|
Start with code39.php and you will be able to make barcodes
|
|
Commencez avec code39.php et vous serez capable de faire des codes barres |