Post update script for setting the uri-id (#5573)
* Post update is working now * Changed text.
This commit is contained in:
parent
a74e2ce333
commit
c032011143
3 changed files with 87 additions and 4 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue