<?php
/***************************************************************************
* extension.inc
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : hide@address.com
*
* $Id: extension.inc,v 1.4 2004/11/19 23:11:36 mikexstudios Exp $
*
*
***************************************************************************/
if ( !defined('IN_XCOMIC') )
{
die("Hacking attempt");
}
//
// Change this if your extension is not .php!
//
$phpEx = 'php';
$classEx = 'class.'.$phpEx;
?>