]> scripts.mit.edu Git - autoinstalls/phpBB.git/blob - extension.inc
phpBB 2.0.19-scripts
[autoinstalls/phpBB.git] / extension.inc
1 <?php
2 /***************************************************************************  
3  *                               extension.inc
4  *                            -------------------                         
5  *   begin                : Saturday, Feb 13, 2001 
6  *   copyright            : (C) 2001 The phpBB Group        
7  *   email                : support@phpbb.com                           
8  *                                                          
9  *   $Id: extension.inc,v 1.5 2002/04/04 11:52:50 psotfx Exp $
10  *                                                            
11  * 
12  ***************************************************************************/ 
13
14 if ( !defined('IN_PHPBB') )
15 {
16         die("Hacking attempt");
17 }
18
19 //
20 // Change this if your extension is not .php!
21 //
22 $phpEx = "php";
23
24 $starttime = 0;
25
26 ?>