Ignore:
Timestamp:
Dec 1, 2020, 8:25:00 PM (3 years ago)
Author:
roby
Message:

Segue modifiche per la compatibilità php7.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/privacy.php

    r241 r344  
    7575echo "<h5>Privacy</h5>";
    7676$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST;
    77 if (isset($param['c_law'])) get_magic_quotes_gpc() ? $c_law=$param['c_law']:$c_law=addslashes($param['c_law']); else $c_law='';
     77if (isset($param['c_law'])) $c_law=addslashes($param['c_law']); else $c_law='';
    7878$url_law=$_SERVER['REQUEST_URI']; // url della pagina per il reload
    7979
Note: See TracChangeset for help on using the changeset viewer.