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/admin/modules/Elezioni/restore.php

    r336 r344  
    1717
    1818$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST;
    19 if (isset($param['datafile'])) get_magic_quotes_gpc() ? $datafile=$param['datafile']:$datafile=addslashes($param['datafile']); else $datafile='';
     19if (isset($param['datafile'])) $datafile=addslashes($param['datafile']); else $datafile='';
    2020include("modules/Elezioni/ele.php");
    2121ele();
Note: See TracChangeset for help on using the changeset viewer.