qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/apps/phpviewer radar.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer radar.php
Date: Sun, 19 Nov 2006 14:58:32 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/19 14:58:32

Modified files:
        apps/phpviewer : radar.php 

Log message:
        use of $SERVER['PHP_SELF'] for self referenced links to work with Batik 
or Adobe SVG viewers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/radar.php?cvsroot=qsos&r1=1.3&r2=1.4

Patches:
Index: radar.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/radar.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- radar.php   14 Nov 2006 14:36:26 -0000      1.3
+++ radar.php   19 Nov 2006 14:58:32 -0000      1.4
@@ -119,7 +119,7 @@
                        foreach($files as $file) {
                                $f .= "f[]=$file&";
                        }
-                       $a->setAttribute("xlink:href", 
"radar.php?".$f."c=".$element->name."&svg=yes");
+                       $a->setAttribute("xlink:href", 
$_SERVER['PHP_SELF']."?".$f."c=".$element->name."&svg=yes");
                        $a->appendChild($text);
                        $g->appendChild($a);
                } else {




reply via email to

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