mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
added link to setup to the "The following apps require upgrades" message
This commit is contained in:
parent
18d2267e78
commit
58f8d6ff21
2
home.php
2
home.php
@ -170,7 +170,7 @@
|
|||||||
{
|
{
|
||||||
echo '<br>' . lang('The following applications require upgrades') . ':' . "\n";
|
echo '<br>' . lang('The following applications require upgrades') . ':' . "\n";
|
||||||
echo $_app_string . "\n";
|
echo $_app_string . "\n";
|
||||||
echo '<br>' . lang('Please run setup to become current') . '.' . "\n";
|
echo '<br><a href="setup/" target="_blank">' . lang('Please run setup to become current') . '.' . "</a>\n";
|
||||||
unset($_app_string);
|
unset($_app_string);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user