Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1884)

Delta Between Two Patch Sets: DB/API_REST/show_graph.php

Issue 335100043: DB with histogram
Left Patch Set: Created 6 years, 4 months ago
Right Patch Set: Fixing last bug Created 6 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « DB/API_REST/request.php ('k') | DB/API_REST/thread_database.php » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?php 1 <?php
2 ini_set('display_errors', 1); 2 ini_set('display_errors', 1);
3 3
4 include_once('config.php'); 4 include_once('config.php');
5 $link_capacity = 300; //Mb/s 5 $link_capacity = 300; //Mb/s
6 $output = shell_exec('rm -rf log_graph/*.log '); 6 $output = shell_exec('rm -rf log_graph/*.log ');
7 7
8 if($_SERVER['REQUEST_METHOD'] == "GET"){ 8 if($_SERVER['REQUEST_METHOD'] == "GET"){
9 $get_request = $_GET; 9 $get_request = $_GET;
10 10
(...skipping 29 matching lines...) Expand all
40 <p> 40 <p>
41 <input type=\"text\" name=\"time\" placeholder=\"time (m in)\" /> 41 <input type=\"text\" name=\"time\" placeholder=\"time (m in)\" />
42 <input type=\"submit\" value=\"Show\" /> 42 <input type=\"submit\" value=\"Show\" />
43 </p> "; 43 </p> ";
44 44
45 } 45 }
46 46
47 47
48 } 48 }
49 49
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b