librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1782] fix server variable


From: Matt Lee
Subject: [Librefm-commits] [1782] fix server variable
Date: Sun, 24 May 2009 16:15:33 +0000

Revision: 1782
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1782
Author:   mattl
Date:     2009-05-24 16:15:32 +0000 (Sun, 24 May 2009)
Log Message:
-----------
fix server variable

Modified Paths:
--------------
    trunk/gnukebox/display.php

Modified: trunk/gnukebox/display.php
===================================================================
--- trunk/gnukebox/display.php  2009-05-24 16:13:53 UTC (rev 1781)
+++ trunk/gnukebox/display.php  2009-05-24 16:15:32 UTC (rev 1782)
@@ -79,6 +79,6 @@
 
 } 
 else
- { echo "<h1>GNUkebox!</h1><p>" . $_SERVER['SERVER-NAME'] . "</p>"; }
+ { echo "<h1>GNUkebox!</h1><p>Please configure your system for " . 
$_SERVER['SERVER_NAME'] . "</p>"; }
 
 ?>
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]