From 8af2b84b8e32af8616d78d5b9bcc70cb57ca749a Mon Sep 17 00:00:00 2001 From: raulmateos Date: Tue, 11 Jul 2006 16:54:17 +0000 Subject: [PATCH] (Pandora Console) * 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) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@127 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/CHANGELOG | 8 +++++++- pandora_console/include/config.php | 2 +- pandora_console/{include => reporting}/FreeSans.ttf | Bin 3 files changed, 8 insertions(+), 2 deletions(-) rename pandora_console/{include => reporting}/FreeSans.ttf (100%) 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