diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-13 12:39:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-13 12:39:49 +0200 |
commit | 244fe744d298338c66e951b9da949fd814eb9e83 (patch) | |
tree | 19759dd7261134f8a837f6f198300f6d3d37ab4b /tcpdf_addfont.php | |
parent | 86ac8706f1ec6303db8e2610fac1d3dd075a51aa (diff) |
php-tcpdf: split fonts in sub-packages
Diffstat (limited to 'tcpdf_addfont.php')
-rw-r--r-- | tcpdf_addfont.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpdf_addfont.php b/tcpdf_addfont.php index 5ea76a5..b8f0883 100644 --- a/tcpdf_addfont.php +++ b/tcpdf_addfont.php @@ -1,7 +1,7 @@ #!/usr/bin/php <?php -include "tcpdf.php"; +include "tcpdf/tcpdf.php"; function help() { echo "usage ".$_SERVER['argv'][0]." [ options ] fontfile [ fontfile ... ]\n"; |