Changeset 1359 for trunk/admin
- Timestamp:
- 02/04/05 22:06:06 (4 years ago)
- Files:
-
- trunk/admin/stat_list.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/stat_list.php
r1340 r1359 4 4 require_once("stat_functions.php"); 5 5 6 6 7 if ($back) { 7 header(" location: ".$ABSWEB."stat.php");8 header("Location: ".$ABSWEB."stat.php"); 8 9 } 9 10 … … 16 17 17 18 // Calcul maintenant : on fait faire le calcul ailleurs :) 18 include("stat_dolist.php");19 require_once("stat_dolist.php"); 19 20 } 20 21 } … … 33 34 34 35 35 include("head.php");36 require_once("head.php"); 36 37 37 38
