[ PHPXref.com ] [ Generated: Sun Jul 20 20:38:18 2008 ] [ Tikiwiki 1.9.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/tikimovies/ -> index.php (source)

   1  <?php
   2  
   3  // $Header: /cvsroot/tikiwiki/tiki/tikimovies/index.php,v 1.3.4.1 2005/01/01 00:13:38 damosoft Exp $
   4  
   5  // Copyright (c) 2002-2005, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
   6  // All Rights Reserved. See copyright.txt for details and a complete list of authors.
   7  // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
   8  
   9  // This redirects to the sites root to prevent directory browsing
  10  
  11  header ("location: ../tiki-index.php");
  12  die;
  13  
  14  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]