Changeset 62972 in spip-zone for _dev_/univers_spip
- Timestamp:
- Jun 25, 2012, 10:12:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_dev_/univers_spip/genie/univers_statsv.php
r62971 r62972 31 31 $stats = json_encode($stats); 32 32 33 $filename = _DIR_VAR.(defined('_UNIVERS_STATSV_FILE')? :"histostats.json.txt");33 $filename = _DIR_VAR.(defined('_UNIVERS_STATSV_FILE')?_UNIVERS_STATSV_FILE:"histostats.json.txt"); 34 34 ecrire_fichier($filename,"$stats\n",false,false); 35 35
Note: See TracChangeset
for help on using the changeset viewer.