Fix online config issue

This commit is contained in:
Pierre 2018-05-19 10:44:19 +02:00
parent d687e9962e
commit 725871dab1

View File

@ -22,6 +22,11 @@ class Comunic_io extends Offline {
*/ */
const SITE_URL = "https://comunic.io/"; const SITE_URL = "https://comunic.io/";
/**
* About website access
*/
const ABOUT_WEBSITE_URL = "https://about.comunic.io/";
/** /**
* Site production mode * Site production mode
*/ */