diff --git a/pandora_console/CHANGELOG b/pandora_console/CHANGELOG index 5543d9d830..c80bd9365b 100644 --- a/pandora_console/CHANGELOG +++ b/pandora_console/CHANGELOG @@ -1,3 +1,9 @@ +2006-07-11 Raul Mateos + + * Moved FreeSans.ttf to the reporting directory + + * Modified config.php. Now only shows the font, $config_fontpath var is set without the path (it should look for the font in the reporting directory) + 2006-07-11 Sancho Lerena * config.php: Replaced default font for use in graphs to use FreeSans.ttf @@ -42,7 +48,7 @@ Added the feature of disable the not required inputs for the different type of agents while editing module. - * indicent_search.php: Add new text about authors and add a line between table and button (cosmetic change). + * incident_search.php: Add new text about authors and add a line between table and button (cosmetic change). * setup.php: Add new text about authors and add a line between table and button (cosmetic change). diff --git a/pandora_console/include/config.php b/pandora_console/include/config.php index 2532178df5..a24ef52e9e 100644 --- a/pandora_console/include/config.php +++ b/pandora_console/include/config.php @@ -31,7 +31,7 @@ $dbpassword="pandora"; // Password $dbhost="localhost"; // MySQL Host $dbtype="mysql"; // Type of Database, now only "mysql" its supported $attachment_store="/var/www/pandora_console"; //This is directory where placed "attachment" directory, to upload files stores. This MUST be writtable by wwwserver user, and should be in pandora root. Please append "/" to the end :-) -$config_fontpath = "/var/www/pandora_console/include/FreeSans.ttf"; +$config_fontpath = "FreeSans.ttf"; // Read rest of config from DB diff --git a/pandora_console/include/FreeSans.ttf b/pandora_console/reporting/FreeSans.ttf similarity index 100% rename from pandora_console/include/FreeSans.ttf rename to pandora_console/reporting/FreeSans.ttf