aboutsummaryrefslogtreecommitdiff
path: root/www/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/setup.php')
-rw-r--r--www/setup.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/setup.php b/www/setup.php
index b042339..d62efe0 100644
--- a/www/setup.php
+++ b/www/setup.php
@@ -13,6 +13,8 @@ if (!$GLOBALS['phorkie']['cfg']['setupcheck']) {
exit(1);
}
+SetupCheck::run();
+
header('Content-type: text/plain');
echo "All fine\n";
?>