1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@23 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-02-23 01:31:43 +00:00
parent 3fcfc52b93
commit 693d62c521
6 changed files with 58 additions and 41 deletions

View File

@@ -22,6 +22,9 @@
*
***************************************************************************/
$phpEx = "php";
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
?>