GX-Bug #46477 » StyleEditSSLAuthFix.patch
src/GXEngine/Controllers/StyleEdit3AuthenticationController.inc.php (revision ) | ||
---|---|---|
29 | 29 |
|
30 | 30 |
return MainFactory::create('RedirectHttpControllerResponse', xtc_href_link('../StyleEdit3/index.php', |
31 | 31 |
'template=' . rawurlencode(CURRENT_TEMPLATE) |
32 |
. '&lang=' . $_SESSION['language_code'], 'SSL')); |
|
32 |
. '&lang=' . $_SESSION['language_code'], 'NONSSL'));
|
|
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
return parent::actionDefault(); |