phpBB
Statistics
| Revision:

root / tags / release_2_0_1 / phpBB / extension.inc

History | View | Annotate | Download (757 Bytes)

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 2480 2002-04-04 11:52:50Z psotfx $
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
?>