summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r--settings/templates/admin.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 523bbd66248..0eabffb9316 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -72,6 +72,20 @@ if (!$_['has_fileinfo']) {
<?php
}
+// is PHP at least at 5.3.8?
+if ($_['old_php']) {
+ ?>
+<fieldset class="personalblock">
+ <h2><?php p($l->t('Your PHP version is outdated'));?></h2>
+
+ <span class="connectionwarning">
+ <?php p($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>
+<?php
+}
+
// is locale working ?
if (!$_['isLocaleWorking']) {
?>