]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/extension.inc
Update header - remove Tech section and add Projects.
[www.vanrenterghem.biz.git] / phpBB2 / 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  ***************************************************************************/ 
14 if ( !defined('IN_PHPBB') )
15 {
16         die("Hacking attempt");
17 }
19 //
20 // Change this if your extension is not .php!
21 //
22 $phpEx = "php";
24 $starttime = 0;
26 ?>