We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4de1b commit 53dba10Copy full SHA for 53dba10
1 file changed
web/apps/docs/index.php
@@ -13,12 +13,12 @@
13
register_shutdown_function('shutdown_handler');
14
15
function shutdown_handler() {
16
- print '<p>DEBUG: shutdown_handler @ ' . time() . '</p>';
+ // print '<p>DEBUG: shutdown_handler @ ' . time() . '</p>';
17
$error = error_get_last();
18
if (! empty($error)) {
19
print '<pre>' . print_r($error, true) . '</pre>';
20
}
21
- print '<hr /><br><br><br>';
+ // print '<hr /><br><br><br>';
22
23
24
0 commit comments