librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1781] added logic to display nothing, if the user des


From: Matt Lee
Subject: [Librefm-commits] [1781] added logic to display nothing, if the user desires
Date: Sun, 24 May 2009 16:13:54 +0000

Revision: 1781
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1781
Author:   mattl
Date:     2009-05-24 16:13:53 +0000 (Sun, 24 May 2009)
Log Message:
-----------
added logic to display nothing, if the user desires

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

Modified: trunk/gnukebox/display.php
===================================================================
--- trunk/gnukebox/display.php  2009-05-24 16:12:37 UTC (rev 1780)
+++ trunk/gnukebox/display.php  2009-05-24 16:13:53 UTC (rev 1781)
@@ -75,4 +75,10 @@
 
 </body>
 </html>
-} else { echo "<h1>GNUkebox!</h1><p>" . $_SERVER['SERVER-NAME'] . "</p>"; }
\ No newline at end of file
+<?php
+
+} 
+else
+ { echo "<h1>GNUkebox!</h1><p>" . $_SERVER['SERVER-NAME'] . "</p>"; }
+
+?>
\ No newline at end of file





reply via email to

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