Update common.php

typesettercms.com is down and the dead link needs an update
This commit is contained in:
gtbu 2025-01-22 17:52:25 +01:00
parent a62da13127
commit b7ba17e987

View file

@ -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');