@ -43,35 +43,35 @@ if ($_['mail_smtpmode'] == 'qmail') {
// is ssl working ?
if (!$_['isConnectedViaHTTPS']) {
?>
<fieldsetclass="personalblock">
<divclass="section">
<h2><?phpp($l->t('Security Warning'));?></h2>
<spanclass="securitywarning">
<?phpp($l->t('You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.',$theme->getTitle()));?>
</span>
</fieldset>
</div>
<?php
}
// is htaccess working ?
if (!$_['htaccessworking']) {
?>
<fieldsetclass="personalblock">
<divclass="section">
<h2><?phpp($l->t('Security Warning'));?></h2>
<spanclass="securitywarning">
<?phpp($l->t('Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.'));?>
</span>
</fieldset>
</div>
<?php
}
// is WebDAV working ?
if (!$_['isWebDavWorking']) {
?>
<fieldsetclass="personalblock">
<divclass="section">
<h2><?phpp($l->t('Setup Warning'));?></h2>
<spanclass="securitywarning">
@ -79,42 +79,42 @@ if (!$_['isWebDavWorking']) {
<?phpprint_unescaped($l->t('Please double check the <a href="%s">installation guides</a>.',link_to_docs('admin-install')));?>
<?phpp($l->t('The PHP module \'fileinfo\' is missing. We strongly recommend to enable this module to get best results with mime-type detection.'));?>
</span>
</fieldset>
</div>
<?php
}
// is PHP at least at 5.3.8?
if ($_['old_php']) {
?>
<fieldsetclass="personalblock">
<divclass="section">
<h2><?phpp($l->t('Your PHP version is outdated'));?></h2>
<spanclass="connectionwarning">
<?phpp($l->t('Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly.'));?>
</span>
</fieldset>
</div>
<?php
}
// is locale working ?
if (!$_['isLocaleWorking']) {
?>
<fieldsetclass="personalblock">
<divclass="section">
<h2><?phpp($l->t('Locale not working'));?></h2>
<spanclass="connectionwarning">
@ -132,21 +132,21 @@ if (!$_['isLocaleWorking']) {
?>
</span>
</fieldset>
</div>
<?php
}
// is internet connection working ?
if (!$_['internetconnectionworking']) {
?>
<fieldsetclass="personalblock">
<divclass="section">
<h2><?phpp($l->t('Internet connection not working'));?></h2>
<spanclass="connectionwarning">
<?phpp($l->t('This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features.'));?>
</span>
</fieldset>
</div>
<?php
}
?>
@ -156,7 +156,7 @@ if (!$_['internetconnectionworking']) {
@ -420,9 +420,8 @@ if (!$_['internetconnectionworking']) {
<?phpprint_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.'));?>
<em><?phpprint_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>',array(link_to_docs('user-webdav'))));?></em>
<?phpprint_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.'));?>