Legend:
- Unmodified
- Added
- Removed
-
graph.php
r1 r3 1 1 <?php 2 include('error.php'); 3 include('stat_functions.php'); 4 include('db.php'); 5 include('code.php'); 6 DB_Init('localhost', 'stat', '', 'statistic'); 7 DB_Query('SET CHARACTER SET latin2'); 2 include('global.php'); 8 3 9 4 if(array_key_exists('Debug', $_GET)) $Debug = $_GET['Debug'];
Note:
See TracChangeset
for help on using the changeset viewer.