[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/34: FIX : default to use https
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 02/34: FIX : default to use https |
Date: |
Wed, 17 Jan 2024 12:54:05 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit 06673cfde7ac9792d4f5f3843e331a5ded94c276
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Wed Dec 6 18:02:56 2023 +0100
FIX : default to use https
---
include/constant.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/constant.php b/include/constant.php
index dd4ec698c..48584f3e1 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -112,9 +112,9 @@ $version_noalyss = SVNINFO;
// If you don't want to be notified of the update
if (!defined("SITE_UPDATE"))
- define("SITE_UPDATE", 'http://www.noalyss.eu/last_version.txt');
+ define("SITE_UPDATE", 'https://www.noalyss.eu/last_version.txt');
if (!defined("SITE_UPDATE_PLUGIN"))
- define("SITE_UPDATE_PLUGIN",
'http://www.noalyss.eu/plugin_last_version.txt');
+ define("SITE_UPDATE_PLUGIN",
'https://www.noalyss.eu/plugin_last_version.txt');
if (!defined("NOALYSS_PACKAGE_REPOSITORY")) {
define("NOALYSS_PACKAGE_REPOSITORY", "https://package.noalyss.eu/");
}
- [Noalyss-commit] [noalyss] branch devel updated (ead8d5f23 -> edc0a3f23), dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 02/34: FIX : default to use https,
dwm <=
- [Noalyss-commit] [noalyss] 07/34: PRINTGL Main Ledger (GL) improve performance and code prepare the SQL , better filter for accounting, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 06/34: Improve DatabaseCore : fetch_all, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 05/34: Improve DBG , add stopwatch : timer_start and timer_show, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 04/34: FIX : when taken from git NOALYSS_VERSION is undefined, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 19/34: Merge branch 'devel-ods' into devel, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 23/34: Bug Fiche Option, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 32/34: DEV - TEST : new file to see local variables, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 21/34: Task #0002327: Balance : indiqué si le solde est correct débit / crédit, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 11/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 13/34: Acc OD : cosmetic, dwm, 2024/01/17