/[pkg-tikiwiki]/tags/feature/1.9.5/external-libs/index.php
ViewVC logotype

Contents of /tags/feature/1.9.5/external-libs/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 124 - (show annotations) (download)
Tue Nov 7 12:14:33 2006 UTC (6 years, 7 months ago) by marcusb-guest
File size: 477 byte(s)
Tag and move branch.
1 <?php
2
3 // $Header: /cvsroot/tikiwiki/tiki/index.php,v 1.4.2.2 2005/01/01 00:11:21 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 require_once ('tiki-setup.php');
9 if(!(headers_sent())){
10 header ("location: $tikiIndex");
11 }
12 die("header already sent");
13
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.5