###############################################################################
# Debug.pm #
# $Date: 12.02.14 $ #
###############################################################################
# YaBB: Yet another Bulletin Board #
# Open-Source Community Software for Webmasters #
# Version: YaBB 2.6.11 #
# Packaged: December 2, 2014 #
# Distributed by: http://www.yabbforum.com #
# =========================================================================== #
# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved. #
# Software by: The YaBB Development Team #
# with assistance from the YaBB community. #
###############################################################################
our $VERSION = '2.6.11';
$debugpmver = 'YaBB 2.6.11 $Revision$';
sub Debug {
if ( $debug == 1 || ( $debug == 2 && ( $iamadmin || $iamgmod ) ) || $debug == 3 ) {
$yyfileactions =
"$debug_txt{'opened'} $file_open $debug_txt{'closed'} $file_close $debug_txt{'equal'}";
my $yytimeclock;
my $time_running = time - $START_TIME;
if ( $time_running == int $time_running ) {
$yytimeclock =
"$debug_txt{'nohires'} Time::Hires $debug_txt{'nomodule'}
";
}
else {
$time_running = sprintf '%.4f', $time_running;
}
$yytimeclock .=
"$debug_txt{'pagespeed'} $time_running $debug_txt{'loaded'}.";
ToHTML($openfiles);
$openfiles =~ s/\n/
/gxsm;
$yydebug =
qq~