|
From: <jbo...@li...> - 2006-06-08 22:05:30
|
Author: jfr...@jb...
Date: 2006-06-08 18:05:22 -0400 (Thu, 08 Jun 2006)
New Revision: 4687
Modified:
labs/jbossweb/trunk/src/share/examples/php/font.php
Log:
Otherwise the font files are not found.
Modified: labs/jbossweb/trunk/src/share/examples/php/font.php
===================================================================
--- labs/jbossweb/trunk/src/share/examples/php/font.php 2006-06-08 21:16:13 UTC (rev 4686)
+++ labs/jbossweb/trunk/src/share/examples/php/font.php 2006-06-08 22:05:22 UTC (rev 4687)
@@ -10,7 +10,7 @@
// improved by jean-frederic clere (jf...@ap...)
// The fonts are needed to have the nice letters.
- $fontdir = "";
+ $fontdir = "webapps/php-examples/";
if (!isset($height))
$height=60;
|