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/importa.php

    r336 r344  
    1515$perms=ChiSei(0);
    1616if ($perms<32) die("Non hai i permessi per effettuare questa operazione!");
    17 
     17$language=$_SESSION['lang'];
    1818$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST;
    1919$id_cons_gen=intval($param['id_cons_gen']);
    20 if (isset($param['datafile'])) get_magic_quotes_gpc() ? $datafile=$param['datafile']:$datafile=addslashes($param['datafile']); else $datafile='';
     20if (isset($param['datafile'])) $datafile=addslashes($param['datafile']); else $datafile='';
    2121include("modules/Elezioni/ele.php");
    2222
Note: See TracChangeset for help on using the changeset viewer.