ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
tcpdf_barcodes_1d_include.php
Go to the documentation of this file.
1 <?php
2 //============================================================+
3 // File name : tcpdf_barcodes_1d_include.php
4 // Begin : 2013-05-19
5 // Last Update : 2013-05-19
6 //
7 // Description : Search and include the TCPDF Barcode 1D class.
8 //
9 // Author: Nicola Asuni
10 //
11 // (c) Copyright:
12 // Nicola Asuni
13 // Tecnick.com LTD
14 // www.tecnick.com
15 // info@tecnick.com
16 //============================================================+
17 
26 // Include the TCPDF 1D barcode class (search the class on the following directories).
27 $tcpdf_barcodes_1d_include_dirs = array(realpath('../../tcpdf_barcodes_1d.php'), '/usr/share/php/tcpdf/tcpdf_barcodes_1d.php', '/usr/share/tcpdf/tcpdf_barcodes_1d.php', '/usr/share/php-tcpdf/tcpdf_barcodes_1d.php', '/var/www/tcpdf/tcpdf_barcodes_1d.php', '/var/www/html/tcpdf/tcpdf_barcodes_1d.php', '/usr/local/apache2/htdocs/tcpdf/tcpdf_barcodes_1d.php');
28 foreach ($tcpdf_barcodes_1d_include_dirs as $tcpdf_barcodes_1d_include_path) {
29  if (@file_exists($tcpdf_barcodes_1d_include_path)) {
30  require_once($tcpdf_barcodes_1d_include_path);
31  break;
32  }
33 }
34 
35 //============================================================+
36 // END OF FILE
37 //============================================================+
Create styles array
The data for the language used.
$tcpdf_barcodes_1d_include_dirs