server/settings/templates/settings.php

10 lines
262 B
PHP
Raw Normal View History

<?php /**
* Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com>
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/?>
2012-09-07 13:22:01 +00:00
<?php foreach($_['forms'] as $form) {
2013-02-27 21:55:39 +00:00
print_unescaped($form);
2012-12-14 22:50:21 +00:00
};