From 8c9dbf15e6952b5cea70d93ea5d0cde52a007be2 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Thu, 20 Jul 2023 10:41:06 -0300 Subject: [PATCH] New version --- .gitignore | 1 + install/checkConfiguration.php | 2 +- install/database.sql | 2 +- install/index.php | 6 +++--- updatedb/updateDb.v12.8.sql | 3 +++ view/include/navbarSidebar.php | 12 +++++++++++- view/js/navbarLogged.js | 11 +++++++++++ 7 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 updatedb/updateDb.v12.8.sql diff --git a/.gitignore b/.gitignore index 80451dc6ad..8114ba68ea 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ /plugin/FansSubscriptions/ /plugin/MessageOfTheDay/ /plugin/InteractiveVideo/ +getPaidPlugisList.php /videos/ *.zip sitemap.xml diff --git a/install/checkConfiguration.php b/install/checkConfiguration.php index eae82dd1e4..c4428574c1 100644 --- a/install/checkConfiguration.php +++ b/install/checkConfiguration.php @@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) { exit; } -$installationVersion = "12.7"; +$installationVersion = "12.8"; error_log("Installation: ".__LINE__." ". json_encode($_POST)); header('Content-Type: application/json'); diff --git a/install/database.sql b/install/database.sql index 8899a1efa4..7cfd16cbcc 100644 --- a/install/database.sql +++ b/install/database.sql @@ -298,7 +298,7 @@ CREATE TABLE IF NOT EXISTS `configurations` ( `users_id` INT NOT NULL, `version` VARCHAR(10) NOT NULL, `webSiteTitle` VARCHAR(45) NOT NULL DEFAULT 'AVideo', - `language` VARCHAR(6) NOT NULL DEFAULT 'en', + `language` VARCHAR(25) NOT NULL DEFAULT 'en', `contactEmail` VARCHAR(254) NOT NULL, `modified` DATETIME NOT NULL, `created` DATETIME NOT NULL, diff --git a/install/index.php b/install/index.php index 71ef59889e..a9da3fa704 100644 --- a/install/index.php +++ b/install/index.php @@ -25,13 +25,13 @@ require_once '../locale/function.php'; + //require_once '../videos/configuration.php'; ?>

- Your system is installed, remove the install directory to continue + Your system is installed
- Go to the main page + Go to the main page

"> + +