/apps/timeline/index.php

http://zoop.googlecode.com/ · PHP · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 676ea8ffebd5f2085a7ebf637cac3925 MD5 · raw file

  1. <?php
  2. include('config.php');
  3. define('app_tmp_dir', app_dir . '/tmp');
  4. include('includes.php');
  5. ZoneApplication::handleRequest();