Ignore:
Timestamp:
May 15, 2021, 8:07:27 PM (3 years ago)
Author:
roby
Message:

Ripristino compatibilità con php <= 5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/gruppo.php

    r347 r348  
    5454
    5555
    56 
    57 
    58 include("crea_pagina.php");
     56$test=phpversion();
     57if($test>=5.6)
     58        include("crea_paginaphp7.php");
     59else
     60        include("crea_paginaphp5.php");
    5961
    6062$sql="SELECT descrizione from  ".$prefix."_ele_comuni where id_comune='$id_comune'" ;
Note: See TracChangeset for help on using the changeset viewer.