<?php
// PukiWiki - Yet another WikiWikiWeb clone.
// $Id: index.php,v 1.3 2004/08/01 01:54:35 henoheno Exp $

// Directory definition
// (Ended with a slash like '../path/to/pkwk/', or '')
define('DATA_HOME',	'');
define('LIB_DIR',	'lib/');

require(LIB_DIR . 'pukiwiki.php');
?>
