Skip to content

Instantly share code, notes, and snippets.

@maplebed
Created October 24, 2012 16:57
Show Gist options
  • Save maplebed/3947321 to your computer and use it in GitHub Desktop.
Save maplebed/3947321 to your computer and use it in GitHub Desktop.
574 if ( ! isset($graph_config) ) {
575 error_log("in isset");
576 if ( ($graph == "metric") &&
577 isset($_GET['title']) &&
578 $_GET['title'] !== '')
579 error_log("in graph == metric");
580 $metrictitle = sanitize($_GET['title']);
581 $php_report_file = $conf['graphdir'] . "/" . $graph . ".php";
582 $json_report_file = $conf['graphdir'] . "/" . $graph . ".json";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment