remove getStarted from login

This commit is contained in:
Fernando Ontiveros
2025-04-14 17:32:23 +00:00
parent cfc74c33fd
commit a3b33a1b0f
13 changed files with 120 additions and 629 deletions

View File

@@ -893,7 +893,8 @@ if (!defined('EXECUTE_BY_CRON')) {
global $G_PUBLISH;
$G_PUBLISH = new Publisher();
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login' . PATH_SEP . 'TimeZoneAlert', '', $arrayData, SYS_URI . 'login/updateTimezone');
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/TimeZoneAlert', '', $arrayData, SYS_URI . 'login/updateTimezone');
G::RenderPage('publish');
exit(0);
}