[Scummvm-cvs-logs] scummvm-web old-design -> c69c10bdb3554f65a486841226800b9808e957e8

sev- sev at scummvm.org
Sat Apr 9 15:08:13 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
c69c10bdb3 WEB: Fix one more obsolete variable reference for the old website


Commit: c69c10bdb3554f65a486841226800b9808e957e8
    https://github.com/scummvm/scummvm-web/commit/c69c10bdb3554f65a486841226800b9808e957e8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-09T15:07:42+02:00

Commit Message:
WEB: Fix one more obsolete variable reference for the old website

Changed paths:
    screenshots.php



diff --git a/screenshots.php b/screenshots.php
index da1ae39..05380fb 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -53,7 +53,7 @@ if ($view != -1)
 			),
 	     html_frame_tr(
 				html_frame_td(
-			   		html_ahref("  << Back",$PHP_SELF."?offset=".$offset,"style='color: white;'"),
+			   		html_ahref("  << Back",$_SERVER["PHP_SELF"]."?offset=".$offset,"style='color: white;'"),
 					'align=left class="color4"'
 				)
 			),






More information about the Scummvm-git-logs mailing list