mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 18:41:21 +02:00
added link to setup to the "The following apps require upgrades" message
This commit is contained in:
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user