Changeset 22 for trunk/client/modules/Elezioni
- Timestamp:
- Mar 4, 2010, 5:10:54 PM (15 years ago)
- Location:
- trunk/client/modules/Elezioni/grafici
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici/affluenze_graf.php
r21 r22 10 10 include ("jpgraph.php"); 11 11 include ("jpgraph_pie.php"); 12 define("CURFONT1",FF_DV_SANSSERIF); 12 if(file_exists(TTF_DIR)) 13 define("CURFONT1",FF_DV_SANSSERIF); 14 else 15 define ("CURFONT1",FF_FONT1); 16 13 17 14 18 $e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1'];
Note:
See TracChangeset
for help on using the changeset viewer.