installer screen
Posted: Fri Sep 28, 2007 10:48 pm
mine looks like htlm and not a pretty web browser, like (see below) what have I done wrong?
<?php # $Id: index.php 1732 2007-06-18 11:57:15Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
$global_debug = false;
if ($global_debug) {
#apd_set_pprof_trace();
function microtime_float() {
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}
<?php # $Id: index.php 1732 2007-06-18 11:57:15Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
$global_debug = false;
if ($global_debug) {
#apd_set_pprof_trace();
function microtime_float() {
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}