A tumblelog CMS built on AJAX, PHP and MySQL.

index.php 382B

1234567891011121314151617
  1. <?php
  2. if (!defined('entry') || !entry) {
  3. die('Not a valid page');
  4. } /* ===========================
  5. gelato CMS - A PHP based tumblelog CMS
  6. development version
  7. http://www.gelatocms.com/
  8. gelato CMS is a free software licensed under the GPL 2.0
  9. Copyright (C) 2007 by Pedro Santana <pecesama at gmail dot com>
  10. =========================== */
  11. ?>
  12. <?php
  13. // Nothing here
  14. ?>