[Scummvm-cvs-logs] CVS: web documentation.php,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Tue Jan 27 13:59:22 CET 2004


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7414

Modified Files:
	documentation.php 
Log Message:
small tweak which shouldn't hurt anything but helps getting the ScummVM website working on my personal web server :-)

Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- documentation.php	15 Oct 2003 22:31:28 -0000	1.7
+++ documentation.php	27 Jan 2004 21:51:49 -0000	1.8
@@ -20,6 +20,8 @@
 echo html_round_frame_start("ScummVM Documentation","");
 echo html_frame_start("","100%",1,1);
 
+$view = $_GET['view'];
+
 if ($view and file_exists($file_root."/docs/".$view.".xml"))
 {
 	// First extract the body from the XML file





More information about the Scummvm-git-logs mailing list