From 6444dd3621511d142ab8cc3727441915644e8586 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Tue, 6 Jan 2009 13:22:11 +0000 Subject: [PATCH] 2009-01-06 Raul Mateos * Files were forgotten :-D git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1318 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/general/footer.php | 2 +- pandora_console/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 0acefe2cc6..2e8cbcc202 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -30,5 +30,5 @@ if ((isset($develop_bypass)) AND ($develop_bypass == 1)) { echo ' - Saved '.format_numeric ($sql_cache["saved"]).' Queries'; } echo '
'; -echo ''; +echo ''; ?> diff --git a/pandora_console/index.php b/pandora_console/index.php index f6f181d6ac..c1f8b5e471 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -20,7 +20,7 @@ // Silk icon set 1.3 (cc) Mark James, http://www.famfamfam.com/lab/icons/silk/ // Pandora FMS uses Pear Image::Graph code -$build_version="PC081224"; +$build_version="PC090106"; $pandora_version="v2.1-dev"; global $build_version; global $pandora_version;