(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
This commit is contained in:
raulmateos 2006-07-11 16:54:17 +00:00
parent 5fdfb81c1f
commit b4eb22689d
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-07-11 Raul Mateos <raulofpandora@gmail.com>
* 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 <slerena@gmail.com>
* 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).

View File

@ -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