summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.php b/install.php
index 75646c852..221e4746f 100644
--- a/install.php
+++ b/install.php
@@ -201,6 +201,12 @@ $dbModules = array(
),
);
+/**
+ * the actual installation.
+ * If call libraries are present, then install
+ *
+ * @return void
+ */
function main()
{
if (!checkPrereqs()) {