0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
[
Home
]
File: about.php
<?php // (c) Copyright 2002-2011 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: about.php 33195 2011-03-02 17:43:40Z changi67 $ /* this page is used as doxygen output mainpage, content is pasted in from README. */ /** \mainpage Tiki Wiki CMS Groupware is Free and Open Source Software (FOSS). It is a community-driven project which exists and improves thanks to the participation of people just like YOU. IMPORTANT LINKS --------------- * General information & overview http://info.tiki.org * Official documentation http://doc.tiki.org * Forums & community http://tiki.org/tiki-forums.php * Developers http://dev.tiki.org * Themes & styling http://themes.tiki.org * Security http://security.tiki.org * IRC chat channel: #tikiwiki on irc.freenode.net http://irc.tiki.org/ INSTALLATION ------------ Please see the INSTALL file in this folder for basic installation instructions. For more details, please see: http://doc.tiki.org/Installation COPYRIGHT --------- Copyright (c) 2002-2008, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.All Rights Reserved. See copyright.txt for details and a complete list of authors. Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. ... Have fun! */ // I call index.php because tiki may not be setup when people attempt to call this. header ("location: index.php"); die;