Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 745d47c

Browse files
authored
Check minimum requirements
1 parent 608aa0b commit 745d47c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/settings-common.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
$t = $text['settings-common'];
4646
}
4747

48+
// Check requirements meet minimum spec
49+
include(dirname(__FILE__)."/requirements.php");
50+
4851
// Create a backups dir in the data dir if it doesn't exist yet
4952
if (!file_exists(dirname(__FILE__)."/../data/backups")) {
5053
mkdir(dirname(__FILE__)."/../data/backups");

0 commit comments

Comments
 (0)