<?php
// This file is only for backward compatability with FiForms 0.1Alpha and Alpha2
// Don't link your scripts to this file, link them to FiForms_FiForm.inc.php
if(!isset($FIFORMS_CONFIG))
{
die('No Configuration found. Did you perhaps call an include file' .
' directly instead of calling it as part of the FiForms' .
' application?');
}
require_once("FiForms_FiForm.inc.php");
?>