~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/ops/user_graph.php

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
// You should have received a copy of the GNU Lesser General Public License
17
17
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
 
19
require_once("../inc/util_ops.inc");
 
20
 
19
21
function draw_graph($xarr, $arr) {
20
22
    require_once ("jpgraph/jpgraph.php");
21
23
    require_once ("jpgraph/jpgraph_line.php");
48
50
}
49
51
 
50
52
function show_graph() {
51
 
    require_once("../inc/db.inc");
52
53
    db_init();
53
54
 
54
55
    $xaxis = $_GET['xaxis'];