Magellan Linux

Contents of /trunk/alx-web/alx-web-0.7.2-show.php-parsearr-do-not-overwrite-d-again.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3377 - (show annotations) (download)
Wed Jul 31 13:54:10 2019 UTC (4 years, 8 months ago) by niro
File size: 681 byte(s)
-added alx-web patches
1 ------------------------------------------------------------------------
2 r13717 | niro | 2019-07-31 15:51:46 +0200 (Mi, 31. Jul 2019) | 1 Zeile
3
4 -do not overwrite the d$ again, predefined array variables like sessions will be overwritten
5
6 Index: show.php
7 ===================================================================
8 --- show.php (Revision 13716)
9 +++ show.php (Revision 13717)
10 @@ -219,7 +219,6 @@
11 if(isset($drop[$name.'_'.$k])) $d = $drop[$name.'_'.$k];
12 else $d=null;
13 if(isset($drop[$k])) if($d==null) $d = $drop[$k];
14 - else $d=null;
15 $k = str_replace('wireless_', '', $k);
16 $k2 = $k;
17
18
19 ------------------------------------------------------------------------