We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c0b6a commit 1f2dbaeCopy full SHA for 1f2dbae
1 file changed
public/_include.php
@@ -2,6 +2,9 @@
2
3
declare(strict_types=1);
4
5
+// Set start-time for debugging purposes
6
+define('SIMPLESAMLPHP_START', hrtime(true));
7
+
8
// initialize the autoloader
9
require_once(dirname(__FILE__, 2) . '/src/_autoload.php');
10
0 commit comments