Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Adding phpdoc header (minor change to test the updated CIA email trig…
Browse files Browse the repository at this point in the history
…ger). refs #466
  • Loading branch information
Dario Taraborelli committed May 1, 2007
1 parent e1e5f1c commit ae69891
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.php
@@ -1,4 +1,13 @@
<?php
/**
* A simple forwarder to wikka.php.
*
* @package Wikka
* @subpackage Core
* @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @filesource
*/
header("Location: wikka.php");
exit;
?>
?>

0 comments on commit ae69891

Please sign in to comment.