fixed upgrader_return_here path message
This commit is contained in:
include/admin
@ -24,7 +24,9 @@
|
||||
<div class="serendipityAdminMsgSuccess"><img style="height: 22px; width: 22px; border: 0px; padding-right: 4px; vertical-align: middle" src="{serendipity_getFile file='admin/img/admin_msg_success.png'}" alt="" />{$CONST.SERENDIPITY_UPGRADER_NOW_UPGRADED|sprintf:$s9y_version}</div>
|
||||
{/if}
|
||||
<br />
|
||||
<div align="center">{$CONST.SERENDIPITY_UPGRADER_RETURN_HERE|sprintf:'<a href="{$serendipityHTTPPath}">':'</a>'}</div>
|
||||
{if $return_here}
|
||||
<div align="center">{$print_UPGRADER_RETURN_HERE}</div>
|
||||
{/if]
|
||||
{else}
|
||||
<h2>{$CONST.SERENDIPITY_UPGRADER_WELCOME}</h2>
|
||||
{$CONST.SERENDIPITY_UPGRADER_PURPOSE|sprintf:$s9y_version_installed}<br />
|
||||
|
@ -262,6 +262,7 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G
|
||||
// void
|
||||
}
|
||||
$data['return_here'] = true;
|
||||
$data['print_UPGRADER_RETURN_HERE'] = sprintf(SERENDIPITY_UPGRADER_RETURN_HERE, '<a href="'. $serendipity['serendipityHTTPPath'] .'">', '</a>');
|
||||
$_SESSION['serendipityAuthedUser'] = false;
|
||||
@session_destroy();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user