mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-19 01:38:54 +00:00
Removed extension ... generated internally
git-svn-id: file:///svn/phpbb/trunk@4474 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8ac06a256b
commit
fe70cdf4ce
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
<?php
|
|
||||||
/***************************************************************************
|
|
||||||
* extension.inc
|
|
||||||
* -------------------
|
|
||||||
* begin : Saturday, Feb 13, 2001
|
|
||||||
* copyright : (C) 2001 The phpBB Group
|
|
||||||
* email : support@phpbb.com
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
//
|
|
||||||
// Change this if your extension is not .php!
|
|
||||||
//
|
|
||||||
$phpEx = 'php';
|
|
||||||
|
|
||||||
//
|
|
||||||
// For debug timing
|
|
||||||
//
|
|
||||||
$starttime = explode(' ', microtime());
|
|
||||||
$starttime = $starttime[1] + $starttime[0];
|
|
||||||
|
|
||||||
?>
|
|
Loading…
Add table
Reference in a new issue