summaryrefslogtreecommitdiffstats
path: root/settings/admin.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-11-08 18:08:44 +0100
committerFrank Karlitschek <frank@owncloud.org>2012-11-08 18:08:44 +0100
commit55f75c6d8ee53122f950cdecd6409a1e8c9a5b28 (patch)
tree69a2a60aa737f1e11a48952f508ca2e8aabb976d /settings/admin.php
parent8396c0478e930d58a45749dbbd96a517279b3b4d (diff)
downloadnextcloud-server-55f75c6d8ee53122f950cdecd6409a1e8c9a5b28.tar.gz
nextcloud-server-55f75c6d8ee53122f950cdecd6409a1e8c9a5b28.zip
add a check and a warning if the ownClodu server is not able to establish http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.
Diffstat (limited to 'settings/admin.php')
-rwxr-xr-xsettings/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/admin.php b/settings/admin.php
index c704704ed33..0cf449ef2ba 100755
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -29,6 +29,7 @@ $tmpl->assign('loglevel', OC_Config::getValue( "loglevel", 2 ));
$tmpl->assign('entries', $entries);
$tmpl->assign('entriesremain', $entriesremain);
$tmpl->assign('htaccessworking', $htaccessworking);
+$tmpl->assign('internetconnectionworking', OC_Util::isinternetconnectionworking());
$tmpl->assign('backgroundjobs_mode', OC_Appconfig::getValue('core', 'backgroundjobs_mode', 'ajax'));
$tmpl->assign('shareAPIEnabled', OC_Appconfig::getValue('core', 'shareapi_enabled', 'yes'));
$tmpl->assign('allowLinks', OC_Appconfig::getValue('core', 'shareapi_allow_links', 'yes'));