aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/install/pages/settings.php')
-rw-r--r--views/installation/install/pages/settings.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/installation/install/pages/settings.php b/views/installation/install/pages/settings.php
new file mode 100644
index 000000000..04f23c0ea
--- /dev/null
+++ b/views/installation/install/pages/settings.php
@@ -0,0 +1,14 @@
+<?php
+
+echo elgg_autop(elgg_echo('install:settings:instructions'));
+
+$vars['type'] = 'settings';
+
+$url = current_page_url();
+
+$form_vars = array(
+ 'action' => $url,
+ 'disable_security' => TRUE,
+);
+
+echo elgg_view_form('install/template', $form_vars, $vars);