Page 1 of 1

installer screen

Posted: Fri Sep 28, 2007 10:48 pm
by noclue
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);
}

Re: installer screen

Posted: Sat Sep 29, 2007 12:57 pm
by garvinhicking
Hi!

Are you sure your Webserver supports PHP?

Regards,
Garvin