From 725871dab1937ccb1269bd864fc8b3d497d2abb4 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 19 May 2018 10:44:19 +0200 Subject: [PATCH] Fix online config issue --- system/config/comunic_io.config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/config/comunic_io.config.php b/system/config/comunic_io.config.php index 42ff3730..8e9065df 100644 --- a/system/config/comunic_io.config.php +++ b/system/config/comunic_io.config.php @@ -22,6 +22,11 @@ class Comunic_io extends Offline { */ const SITE_URL = "https://comunic.io/"; + /** + * About website access + */ + const ABOUT_WEBSITE_URL = "https://about.comunic.io/"; + /** * Site production mode */