From 8c49b26a9149f4203a1d5566089035b522c2a1ce Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 19 Oct 2018 11:37:11 +0200 Subject: [PATCH] php7 version --- pandora_console/include/functions_config.php | 1 - pandora_console/pandoradb.sql | 1 - 2 files changed, 2 deletions(-) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index adc2a804dd..adf6170545 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -43,7 +43,6 @@ function config_create_value ($token, $value) { */ function config_update_value ($token, $value) { global $config; - $config['flash_charts'] = true; // Include functions_io to can call __() function include_once($config['homedir'] . '/include/functions_io.php'); diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index f94ab78436..40832c9f9b 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -1111,7 +1111,6 @@ CREATE TABLE IF NOT EXISTS `tusuario` ( `language` varchar(10) default NULL, `timezone` varchar(50) default '', `block_size` int(4) NOT NULL DEFAULT 20, - `flash_chart` int(4) NOT NULL DEFAULT 1, `id_skin` int(10) unsigned NOT NULL DEFAULT 0, `disabled` int(4) NOT NULL DEFAULT 0, `shortcut` tinyint(1) DEFAULT 0,