Created
October 24, 2012 16:57
-
-
Save maplebed/3947321 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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