commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -15,9 +15,9 @@
// Define this is graph
define('OBS_GRAPH', TRUE);
include_once("../includes/sql-config.inc.php");
$start = microtime(TRUE); // Needs common.php
$start = utime(); // Needs common.php
include_once("../includes/sql-config.inc.php");
include($config['html_dir'] . "/includes/functions.inc.php");
@ -44,7 +44,7 @@ $vars = get_vars('GET', $auth);
include($config['html_dir'] . "/includes/graphs/graph.inc.php");
$runtime = utime() - $start;
$runtime = microtime(TRUE) - $start;
print_debug("Runtime ".$runtime." secs");