PageRenderTime 53ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/__lib/views/empty.php

https://bitbucket.org/hakaesbe/peewa
PHP | 26 lines | 3 code | 2 blank | 21 comment | 0 complexity | d9ef16986a9054d2699db39c5a333c15 MD5 | raw file
Possible License(s): GPL-3.0
  1. <?php
  2. /**
  3. * Peewa PHP Framework
  4. * author @jviard
  5. * file empty.php
  6. *
  7. *
  8. * This file is part of Peewa PHP.
  9. *
  10. * Peewa PHP is free software: you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License as published by
  12. * the Free Software Foundation, either version 3 of the License, or
  13. * (at your option) any later version.
  14. *
  15. * Peewa PHP is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with Peewa PHP. If not, see <http://www.gnu.org/licenses/>.
  22. */
  23. defined('PATH_ROOT') or die('No direct script access.');
  24. ?>