installer screen

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
noclue
Regular
Posts: 8
Joined: Fri Sep 28, 2007 5:38 pm

installer screen

Post 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);
}
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: installer screen

Post by garvinhicking »

Hi!

Are you sure your Webserver supports PHP?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply