aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/settings.php
blob: 04f23c0ea6c372f1076ba124188d1c6ffe7a9d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);