forked from extern/egroupware
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 $_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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user