From 9445ab2cd16b3d58a9508782abc61eae5ccbe6f3 Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 12 Aug 2014 08:53:02 +0000 Subject: [PATCH] 2014-08-12 Sancho Lerena * pandoradb_data.sql: No more "welcome to Pandora FMS 5.0" removed version code to allow the same text for next releases :-) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10403 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/pandoradb_data.sql | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5862e29aed..089b3ca1c8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-08-12 Sancho Lerena + + * pandoradb_data.sql: No more "welcome to Pandora FMS 5.0" + removed version code to allow the same text for next releases + :-) + 2014-08-11 Miguel de Dios * include/help/clippy/godmode_agentes_modificar_agente.php, diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 100543e7ea..c539e85673 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -283,7 +283,7 @@ INSERT INTO `tperfil` VALUES (1,'Operator (Read)',0,1,0,1,0,0,0,0,0 -- Dumping data for table `tnews` -- -INSERT INTO `tnews` (`id_news`, `author`, `subject`, `text`, `timestamp`) VALUES (1,'admin','Welcome to Pandora FMS 5.0!','This is the new Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW()); +INSERT INTO `tnews` (`id_news`, `author`, `subject`, `text`, `timestamp`) VALUES (1,'admin','Welcome to Pandora FMS!','This is the Pandora FMS Console. A lot of new features have been added since last version. Please read the documentation about it, and feel free to test any option.\r\n\r\nThe Pandora FMS Team.',NOW()); INSERT INTO `tnews` (`id_news`, `author`, `subject`, `text`, `timestamp`) VALUES (2,'admin','New Pandora FMS Agent Features','Feel free to test our new features for both Windows and Linux agents: Proxy and Broker modes.',NOW()); INSERT INTO tmodule VALUES (1,'Agent module');