From b7ba17e987f009be4759e35f8ec5904f304399c1 Mon Sep 17 00:00:00 2001 From: gtbu Date: Wed, 22 Jan 2025 17:52:25 +0100 Subject: [PATCH] Update common.php typesettercms.com is down and the dead link needs an update --- include/common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/common.php b/include/common.php index 29b9fda..bb5e28e 100644 --- a/include/common.php +++ b/include/common.php @@ -43,10 +43,10 @@ gp_defined('notify_deprecated', true); // Since 5.2 //gp_defined('CMS_DOMAIN', 'http://gpeasy.loc'); -gp_defined('CMS_DOMAIN', 'https://www.typesettercms.com'); -gp_defined('CMS_READABLE_DOMAIN', 'TypesetterCMS.com'); +gp_defined('CMS_DOMAIN', 'https://github.com/gtbu'); +gp_defined('CMS_READABLE_DOMAIN', 'github.com/gtbu'); gp_defined('CMS_NAME', 'Typesetter'); -gp_defined('CMS_NAME_FULL', 'Typesetter CMS'); +gp_defined('CMS_NAME_FULL', 'Typesetter5 CMS'); gp_defined('addon_browse_path', CMS_DOMAIN . '/index.php'); gp_defined('debug_path', CMS_DOMAIN . '/index.php/Debug');