diff options
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"; |