settings.php 262 B

123456789
  1. <?php /**
  2. * Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com>
  3. * This file is licensed under the Affero General Public License version 3 or later.
  4. * See the COPYING-README file.
  5. */?>
  6. <?php foreach($_['forms'] as $form) {
  7. print_unescaped($form);
  8. };