1
0
Fork 0

Post update script for setting the uri-id (#5573)

* Post update is working now

* Changed text.
This commit is contained in:
Michael Vogel 2018-08-06 18:40:41 +02:00 committed by Tobias Diekershoff
commit c032011143
3 changed files with 87 additions and 4 deletions

View file

@ -75,8 +75,9 @@ function friendica_content(App $a)
{
$o = '<h1>Friendica</h1>' . PHP_EOL;
$o .= '<p>';
$o .= L10n::t('This is Friendica, version') . ' <strong>' . FRIENDICA_VERSION . '</strong> ';
$o .= L10n::t('running at web location') . ' ' . System::baseUrl();
$o .= L10n::t('This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s.',
'<strong>' . FRIENDICA_VERSION . '</strong>', System::baseUrl(), '<strong>' . DB_UPDATE_VERSION . '</strong>',
'<strong>' . Config::get("system", "post_update_version") . '</strong>');
$o .= '</p>' . PHP_EOL;
$o .= '<p>';