Ignore:
Timestamp:
Feb 25, 2024, 5:19:43 PM (3 months ago)
Author:
roby
Message:

Segue correzioni alla rev 400

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules.php

    r400 r402  
    260260$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST;
    261261$PHP_SELF=$_SERVER['PHP_SELF'];
    262 $file=(isset($_param['file'])) ? htmlentities($_param['file']):"index";
    263 $name=(isset($_param['name'])) ? htmlentities($_param['name']):"Elezioni";
    264 $op=(isset($_param['op'])) ? htmlentities($_param['op']):"gruppo";
    265 $id_comune=(isset($_param['id_comune'])) ? intval($_param['id_comune']): $siteistat;
    266 $op=(isset($_param['id_cons_gen'])) ? intval($_param['id_cons_gen']):$id_cons_pred;
     262$file=(isset($param['file'])) ? htmlentities($param['file']):"index";
     263$name=(isset($param['name'])) ? htmlentities($param['name']):"Elezioni";
     264$op=(isset($param['op'])) ? htmlentities($param['op']):"gruppo";
     265$id_comune=(isset($param['id_comune'])) ? intval($param['id_comune']): $siteistat;
     266$op=(isset($param['id_cons_gen'])) ? intval($param['id_cons_gen']):$id_cons_pred;
    267267
    268268$modpath = "modules/$name/$file.php";
Note: See TracChangeset for help on using the changeset viewer.