Changeset 322 for trunk/client/modules/Elezioni/backup.php
- Timestamp:
- Jun 6, 2019, 1:18:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/backup.php
r265 r322 1 1 <?php 2 2 $param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST; 3 global $prefix,$dbi; 3 4 if (isset($param['id_cons_gen'])) 4 5 $id_cons_gen2=intval($param['id_cons_gen']);
Note:
See TracChangeset
for help on using the changeset viewer.