From 6be6450d4778cabf65d276b990960e83306037c8 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 2 Oct 2013 14:39:45 +0000 Subject: [PATCH] 2013-10-02 Miguel de Dios * godmode/setup/setup_general.php: removed the field to change the license. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8843 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/setup/setup_general.php | 3 +++ 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index abeb70524a..e750b81f2d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-10-02 Miguel de Dios + + * godmode/setup/setup_general.php: removed the field + to change the license. + 2013-10-02 Miguel de Dios * include/javascript/jquery.pandora.js: fixed the previous fixed. diff --git a/pandora_console/godmode/setup/setup_general.php b/pandora_console/godmode/setup/setup_general.php index 0c5d273452..6457091a45 100644 --- a/pandora_console/godmode/setup/setup_general.php +++ b/pandora_console/godmode/setup/setup_general.php @@ -207,13 +207,16 @@ $table->data[26][1] = html_print_select($sounds, 'sound_warning', $config['sound $table->data[26][1] .= ' ' . html_print_image("images/control_play_col.png", true, array("id" => "button_sound_warning", "style" => "vertical-align: middle;", "width" => "16", "title" => __('Play sound'))) . ''; $table->data[26][1] .= '
'; +/* $table->data[27][0] = __('License information'); $license_info = db_get_value ('value', 'tupdate_settings', '`key`', 'customer_key'); if ($license_info === false) $license_info = ''; + $table->data[27][1] = html_print_input_text ('license_info_key', $license_info, '', 40, 255, true); $table->data[27][1] .= ' '.html_print_image('images/lock.png', true, array('class' => 'bot', 'title' => __('License info'))).''; $table->data[27][1] .= ''; +*/ $table->data[28][0] = __('Public URL'); $table->data[28][0] .= ui_print_help_tip(__('Set this value when your PandoraFMS across inverse proxy or for example with mod_proxy of Apache.'), true);