Update of /cvsroot/openfirst/www/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10161/www/inc
Modified Files:
headers.php
Log Message:
Fixing Dan's bug
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/www/inc/headers.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** headers.php 11 Sep 2005 05:09:38 -0000 1.23
--- headers.php 11 Sep 2005 05:15:53 -0000 1.24
***************
*** 10,14 ****
include("versions.php");
! if($_GET["img"] == "") {
/*
function microtime_diff($a, $b) {
--- 10,14 ----
include("versions.php");
! if((isset($_GET["img"]) && $_GET["img"] == "") || !isset($_GET["img"])) {
/*
function microtime_diff($a, $b) {
|