Changeset 348 for trunk/client/modules/Elezioni/index.php
- Timestamp:
- May 15, 2021, 8:07:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/index.php
r347 r348 1213 1213 1214 1214 } 1215 1215 $test=phpversion(); 1216 if($test>=5.6) $phpver=1; else $phpver=0; 1216 1217 switch ($op){ 1217 1218 … … 1253 1254 1254 1255 case "affluenze_sez": 1255 include("affluenze.php"); 1256 if($phpver) 1257 include("affluenze.php"); 1258 else 1259 include("affluenzephp5.php"); 1256 1260 break; 1257 1261 case "votanti": 1258 include("votanti.php"); 1262 if($phpver) 1263 include("votanti.php"); 1264 else 1265 include("votantiphp5.php"); 1259 1266 break; 1260 1267 default:
Note:
See TracChangeset
for help on using the changeset viewer.