diff options
Diffstat (limited to 'views/failsafe/install/pages/settings.php')
-rw-r--r-- | views/failsafe/install/pages/settings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/failsafe/install/pages/settings.php b/views/failsafe/install/pages/settings.php new file mode 100644 index 000000000..6f20573ef --- /dev/null +++ b/views/failsafe/install/pages/settings.php @@ -0,0 +1,5 @@ +<?php + +echo autop(elgg_echo('install:settings:instructions')); + +echo elgg_view('install/forms/settings', $vars); |