<?php
/* This file is part of the FiForms Framework
Copyright (C) 2003-2008 by Daniel McFeeters,
Licensed under the GNU GPL.
See LICENSE.txt for details.
*/
require_once("localconfig.php");
$checkpass = true;
require_once("authenticate.php");
require_once($FIFORMS_CONFIG['INCLUDE_PATH']."FiForms_info.inc.php");
$nfo = new FiFormInfo();
$nfo->dumpInfo();
?>