Changeset 754

Show
Ignore:
Timestamp:
09/13/05 23:52:50 (8 years ago)
Author:
aprilp
Message:

Required file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/admin/graph_common.inc.php

    r747 r754  
    3131        if (!$_REQUEST["date_to"]) 
    3232            $_REQUEST["date_to"] = strftime("%Y-%m-%d 11:59"); 
     33 
     34    require_once("Image/Graph.php"); 
    3335         
    3436        $date_constraint = "AND timestamp_in >= '{$_REQUEST['date_from']}' AND timestamp_in <= '{$_REQUEST['date_to']}'";