Changeset 1278

Show
Ignore:
Timestamp:
07/19/08 18:35:50 (2 months ago)
Author:
zothos
Message:

Small fix for ispcp-lib.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1276 r1278  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-07-19 Jochen Manz 
     5        - GUI: 
     6                * Small fix for ispcp-lib.php 
    37 
    482008-07-18 Benedikt Heintel 
  • trunk/gui/include/ispcp-lib.php

    r1277 r1278  
    191191                $i      = $purifier->purify($i); 
    192192        } 
    193         foreach ($_GET as $i) { 
     193        foreach ($_REQUEST as $i) { 
    194194                $i      = $purifier->purify($i); 
    195195        }