PageRenderTime 33ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/apps/timeline/index.php

http://zoop.googlecode.com/
PHP | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 676ea8ffebd5f2085a7ebf637cac3925 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <?php
  2. include('config.php');
  3. define('app_tmp_dir', app_dir . '/tmp');
  4. include('includes.php');
  5. ZoneApplication::handleRequest();