<!DOCTYPE html>
<html>
<head>
	<title>i-MSCP - Multi Server Control Panel / Login</title>
	<meta name="robots" content="nofollow, noindex" />
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="Content-Script-Type" content="text/javascript" />
	<link href="/themes/default/css/imscp.css" rel="stylesheet" type="text/css" />
	<link href="/themes/default/css/black.css" rel="stylesheet" type="text/css" />
	<link href="/themes/default/css/jquery-ui-black.css" rel="stylesheet" type="text/css" />
	<script type="text/javascript" src="/themes/default/js/jquery.js"></script>
	<script type="text/javascript" src="/themes/default/js/jquery.ui.js"></script>
	<script type="text/javascript" src="/themes/default/js/jquery.imscpTooltip-min.js"></script>
	<!--[if IE 6]>
	<script type="text/javascript" src="/themes/default/js/jquery.bgiframe-2.1.2.js"></script>
	<script type="text/javascript" src="/themes/default/js/DD_belatedPNG_0.0.8a-min.js"></script>
	<script type="text/javascript">
		DD_belatedPNG.fix('.login #logo, #loginBox, .webmail, .pma, .filemanager, .i_lock, .i_unlock, .error');
	</script>
	<![endif]-->
	<script type="text/javascript">
	/*<![CDATA[*/
		$(document).ready(function() {
			setTimeout(function(){$('.error, .success').fadeOut(2000);},3000);
			$('.body a').imscpTooltip();
			$('button').button({icons: {secondary: "ui-icon-triangle-1-e"}});
			$('input').first().focus();
		});
	/*]]>*/
	</script>

            <style type="text/css" media="screen">
            	#iMSCPdebug_debug h4 {margin:0.5em;font-weight:bold;}
            	#iMSCPdebug_debug strong {font-weight:bold;}
                #iMSCPdebug_debug { font: 1em Geneva, Arial, Helvetica, sans-serif; position:fixed; bottom:5px; left:0px; color:#fff; z-index: 255;}
                #iMSCPdebug_debug a {color:red;}
                #iMSCPdebug_debug span {color:#fff;}
                #iMSCPdebug_debug p {margin:0;}
                #iMSCPdebug_debug ol {margin:10px 0px; padding:0 25px}
                #iMSCPdebug_debug li {margin:0 0 10px 0;}
                #iMSCPdebug_debug .clickable { cursor:pointer }
                #iMSCPdebug_toggler { font-weight:bold; background:#000; }
                .iMSCPdebug_span { border: 1px solid #ccc; border-right:0px; background:#000; padding: 6px 5px; }
                .iMSCPdebug_last { border: 1px solid #ccc; }
                .iMSCPdebug_panel { text-align:left; position:absolute;bottom:21px;width:600px; max-height:400px; overflow:auto; display:none; background:#000; padding:0.5em; border: 1px solid #ccc; }
                .iMSCPdebug_panel .pre {font: 1em Geneva, Arial, Helvetica, sans-serif; margin:0 0 0 22px}
                #iMSCPdebug_exception { border:1px solid #000;display: block; }
            </style>
            <script type="text/javascript">
                if (typeof jQuery == "undefined") {
                    var scriptObj = document.createElement("script");
                    scriptObj.src = "../themes/default/js/jquery.js";
                    scriptObj.type = "text/javascript";
                    var head=document.getElementsByTagName("head")[0];
                    head.insertBefore(scriptObj,head.firstChild);
                }
                var iMSCPdebugLoad = window.onload;
                window.onload = function(){
                    if (iMSCPdebugLoad) {
                        iMSCPdebugLoad();
                    }
                    //jQuery.noConflict();
                    iMSCPdebugCollapsed();
                };

                function iMSCPdebugCollapsed() {
                    if (0 == 1) {
                        iMSCPdebugPanel();
                        jQuery("#iMSCPdebug_toggler").html("&#187;");
                        return jQuery("#iMSCPdebug_debug").css("left", "-"+parseInt(jQuery("#iMSCPdebug_debug").outerWidth()-jQuery("#iMSCPdebug_toggler").outerWidth()+1)+"px");
                    }
                }

                function iMSCPdebugPanel(name) {
                    jQuery(".iMSCPdebug_panel").each(function(i){
                        if(jQuery(this).css("display") == "block") {
                            jQuery(this).slideUp();
                        } else {
                            if (jQuery(this).attr("id") == name)
                                jQuery(this).slideDown();
                            else
                                jQuery(this).slideUp();
                        }
                    });
                }

                function iMSCPdebugSlideBar() {
                    if (jQuery("#iMSCPdebug_debug").position().left >= 0) {
                        document.cookie = "iMSCPdebugCollapsed=1;expires=;path=/";
                        iMSCPdebugPanel();
                        jQuery("#iMSCPdebug_toggler").html("&#187;");
                        return jQuery("#iMSCPdebug_debug").animate({left:"-"+parseInt(jQuery("#iMSCPdebug_debug").outerWidth()-jQuery("#iMSCPdebug_toggler").outerWidth()+1)+"px"}, "normal", "swing");
                    } else {
                        document.cookie = "iMSCPdebugCollapsed=0;expires=;path=/";
                        jQuery("#iMSCPdebug_toggler").html("&#171;");
                        return jQuery("#iMSCPdebug_debug").animate({left:"0px"}, "normal", "swing");
                    }
                }

                function iMSCPdebugToggleElement(name, whenHidden, whenVisible){
                    if(jQuery(name).css("display")=="none"){
                        jQuery(whenVisible).show();
                        jQuery(whenHidden).hide();
                    } else {
                        jQuery(whenVisible).hide();
                        jQuery(whenHidden).show();
                    }
                    jQuery(name).slideToggle();
                }
            </script>
</head>
<body class="login no_menu">
	<div id="header">
		<div id="logo"><span>internet Multi Server Control Panel</span></div>
		<div id="copyright"><span><a href="http://www.i-mscp.net" target="blank">&copy; 2010-2013 i-MSCP Team<br />All Rights Reserved</a></span></div>
	</div>
	<div id="messageContainer">
	
	</div>
	<div class="body">
		
		<div class="clearfix">
			<div id="loginBox">
				<form name="loginFrm" action="index.php" method="post">
					<label for="uname"><span>Username</span><input type="text" name="uname" id="uname" tabindex="1" value=""/></label>
					<label for="upass"><span>Password</span><input type="password" name="upass" id="upass" tabindex="2"/></label>
					<div class="buttons">
						
						<button name="lostpwd" type="button" tabindex="4" onclick="location.href='lostpassword.php'">Lost password</button>
						
						<button  name="login" type="submit" tabindex="3">Login</button>
					</div>
					
					<input type="hidden" name="action" value="login">
				</form>
			</div>
		</div>
		<div id="toolbox">
			<ul>
				<li><a class="icon_big pma" href="/pma" target="blank" title="Login into phpMyAdmin">phpMyAdmin</a></li>
				<li><a class="icon_big filemanager" href="/ftp" target="blank" title="Login into the filemanager">FileManager</a></li>
				<li><a class="icon_big webmail" href="/webmail" target="blank" title="Login into the webmail">Webmail</a></li>
			</ul>
		</div>

	</div>
<div id="iMSCPdebug_debug"><div><span class="iMSCPdebug_span clickable" onclick="iMSCPdebugPanel('iMSCPdebug_Version');"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sGCQYUBoUl8rQAAAOdSURBVDjLTZNZTBx1HMe//5k9ZnfpLgnlbkvTCqXWULTabiB4FDWsoYEiEOMRfTAxJprW2tY0JsYmNQFsY2wo8UWi1bSxpqCpLaXGNirL1XB0IRwLyLGwJ+wxuzN7DfPzwcTwef983j4MWyAiVl9fV67XC+84Z2eblE01N5lMkihGVgVB+Hl5efkHAI6tDgOAs2fPoLW1TWu1Wn87Wv1S9c6dhfz8whIKd+2GJMWQlESEwyGYTKZ0W2vr3dwcS4M/ICpE9F9FkkWNzVYz9tXlDvKJKfVY3XFSiOj8xQ76ovVLIiKqqKykWCKtnm+5QgD7S6PheADgiAh1r9TcWqAD5UMjY1TzQgWrb2wGDyDTbITRaAAAnPj4DBobjrPFhRkqPtBctbmp3gQA1txQe/BP5+bD4vrTmvYTR9l3befQa3+EDDWETLMF4XAI+QWFSHECkqk0Pr10FW+/1kI+x7W0SvOHNP5w6k2uoFKbYFrcGHChf2wK7T/dRpExiRudHYjGYvjg9CcIq3rUVllx6ddJlFbsZ9pElW5lZuV1jTcgvqotzYHWYMLM1AQeLy1F5Q4GQECmxQLGOGRn6NE5DBx5thr52nmYKsuwLRVGwNXTzPNa3UWdIYNTYh5E5oeQw4KQxCgmxscx6XBgbmYaalLG731j8K66sDFtR1G2Hnd7/4Yqu7ZpTAKDyiloekLA8IAXUVlAMBgCGLDmXoOqpHF9JISATAj6/Qj6IhjvGkVxroBHzgRpLJbMpfb2zx+LMzN27d2H8eF+nDp1EgBgMZsRi4mIVpzEwjrwT3cLdEVHAHMJzHEPtmfZlziv19stiRt4ercJxj3P4Nub9/DZgzh8YQmSJEGMiKjNj6PEksLm8iCEnP1IuVfhsA9DliJdfCwa9Sq8/t3nbTbu/kSITQ7bsT47iGud3+BB/xDmphzo7foRivM+ggkOUSpBwjlNzx2k9MjDPz7kicjfeMx2OKu4fJ/WM0rO0X7mT+Ug9+VzsO414HBZCS63X4EcT+L2L91wOwYpS6dhy4s9d4LB6NccYwwA6i+8/8bgmqJlTe9dIPdAF3ZEZpGhighsBDG/4oZ9oA8v1n1E242FbGP9Xv/i4loDAPAAIAgC8cn49329t57y+0J7pI04f+hJAwwZFohyHOFIGAsuD8wmTlma67nj8fhsjDHl/xu37AzGWFl2XsFb6US8KTsvr1CWZUon4iu8Tt8dcLuuKiomtjr/Arjqw+qpHX1qAAAAAElFTkSuQmCC" style="vertical-align:middle" alt="Version" title="Version" />  1.1.0-rc2.3 / PHP 5.4.4-14+deb7u14</span><div id="iMSCPdebug_Version" class="iMSCPdebug_panel"><h4>i-MSCP DebugBar v0.0.2</h4><p>©2010-2013 <a href="http://www.i-mscp.net">i-MSCP Team</a><br />Author: <a href="mailto:l.declercq@nuxwin.com">Laurent Declercq</a><br />Includes images from the <a href="http://www.famfamfam.com/lab/icons/silk/">Silk Icon set</a> by Mark James<br />
                 Based upon project hosted at <a href="http://code.google.com/p/zfdebug">ZFDebug</a></p><h4>i-MSCP 1.1.0-rc2.3 / PHP 5.4.4-14+deb7u14 with extensions:</h4><pre>	ADOdb
	bcmath
	bz2
	calendar
	cgi-fcgi
	Core
	ctype
	curl
	date
	dba
	dom
	ereg
	exif
	fileinfo
	filter
	ftp
	gd
	gettext
	hash
	iconv
	intl
	json
	libxml
	mbstring
	mcrypt
	mhash
	mysql
	mysqli
	ncurses
	openssl
	pcntl
	pcre
	PDO
	pdo_mysql
	pdo_sqlite
	Phar
	posix
	Reflection
	session
	shmop
	SimpleXML
	soap
	sockets
	SPL
	sqlite3
	standard
	sysvmsg
	sysvsem
	sysvshm
	tokenizer
	wddx
	xml
	xmlreader
	xmlwriter
	zip
	zlib</pre></div><span class="iMSCPdebug_span clickable" onclick="iMSCPdebugPanel('iMSCPdebug_Variables');"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFWSURBVBgZBcE/SFQBAAfg792dppJeEhjZn80MChpqdQ2iscmlscGi1nBPaGkviKKhONSpvSGHcCrBiDDjEhOC0I68sjvf+/V9RQCsLHRu7k0yvtN8MTMPICJieaLVS5IkafVeTkZEFLGy0JndO6vWNGVafPJVh2p8q/lqZl60DpIkaWcpa1nLYtpJkqR1EPVLz+pX4rj47FDbD2NKJ1U+6jTeTRdL/YuNrkLdhhuAZVP6ukqbh7V0TzmtadSEDZXKhhMG7ekZl24jGDLgtwEd6+jbdWAAEY0gKsPO+KPy01+jGgqlUjTK4ZroK/UVKoeOgJ5CpRyq5e2qjhF1laAS8c+Ymk1ZrVXXt2+9+fJBYUwDpZ4RR7Wtf9u9m2tF8Hwi9zJ3/tg5pW2FHVv7eZJHd75TBPD0QuYze7n4Zdv+ch7cfg8UAcDjq7mfwTycew1AEQAAAMB/0x+5JQ3zQMYAAAAASUVORK5CYII=" style="vertical-align:middle" alt="Variables" title="Variables" /> Variables</span><div id="iMSCPdebug_Variables" class="iMSCPdebug_panel"><h4>Variables</h4><h4>$_GET:</h4><div id="iMSCPdebug_get"><div class="pre">feed => 'rss2'<br /></div></div><h4>$_POST:</h4><div id="iMSCPdebug_post"><div class="pre"></div></div><h4>$_COOKIE:</h4><div id="iMSCPdebug_cookie"><div class="pre"></div></div><h4>$_FILES:</h4><div id="iMSCPdebug_file"><div class="pre"></div></div><h4>$_SESSION:</h4><div id="iMSCPdebug_session"><div class="pre"></div></div><h4>$_SERVER:</h4><div id="iMSCPdebug_server"><div class="pre">CONTENT_LENGTH => 0<br />DOCUMENT_ROOT => '/var/www/imscp/gui/public'<br />FCGI_ROLE => 'RESPONDER'<br />GATEWAY_INTERFACE => 'CGI/1.1'<br />HTTP_ACCEPT => 'text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2'<br />HTTP_ACCEPT_ENCODING => 'gzip'<br />HTTP_CACHE_CONTROL => 'no-cache'<br />HTTP_CONNECTION => 'close'<br />HTTP_HOST => 'www.entreparticulares.com.br'<br />HTTP_PRAGMA => 'no-cache'<br />HTTP_USER_AGENT => 'FeedBurner/1.0 (http://www.FeedBurner.com)'<br />HTTP_X_FEEDBURNER_URI => 'Entreparticularescombr'<br />PATH => '/usr/local/bin:/usr/bin:/bin'<br />PHPRC => '/var/www/fcgi/master/php5/'<br />PHP_FCGI_CHILDREN => 0<br />PHP_FCGI_MAX_REQUESTS => 1500<br />PHP_SELF => '/index.php'<br />PWD => '/var/www/fcgi/master'<br />QUERY_STRING => 'feed=rss2'<br />REMOTE_ADDR => '74.125.176.145'<br />REMOTE_PORT => 55012<br />REQUEST_METHOD => 'GET'<br />REQUEST_TIME => 1427096945<br />REQUEST_TIME_FLOAT => 1427096945.931<br />REQUEST_URI => '/?feed=rss2'<br />SCRIPT_FILENAME => '/var/www/imscp/gui/public/index.php'<br />SCRIPT_NAME => '/index.php'<br />SERVER_ADDR => '212.129.7.196'<br />SERVER_ADMIN => 'bzctoons@gmail.com'<br />SERVER_NAME => 'www.entreparticulares.com.br'<br />SERVER_PORT => 80<br />SERVER_PROTOCOL => 'HTTP/1.1'<br />SERVER_SIGNATURE => '&lt;address&gt;Apache/2.2.22 (Debian) Server at www.entreparticulares.com.br Port 80&lt;/address&gt;
'<br />SERVER_SOFTWARE => 'Apache/2.2.22 (Debian)'<br />TMPDIR => '/var/www/imscp/gui/data/tmp'<br /></div></div><h4>$_ENV:</h4><div id="iMSCPdebug_env"><div class="pre"></div></div></div><span class="iMSCPdebug_span clickable" onclick="iMSCPdebugPanel('iMSCPdebug_Timer');"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAKrSURBVDjLpdPbT9IBAMXx/qR6qNbWUy89WS5rmVtutbZalwcNgyRLLMyuoomaZpRQCt5yNRELL0TkBSXUTBT5hZSXQPwBAvor/fZGazlb6+G8nIfP0znbgG3/kz+Knsbb+xxNV63DLxVLHzqV0vCrfMluzFmw1OW8ePEwf8+WgM1UXDnapVgLePr5Nj9DJBJGFEN8+TzKqL2RzkenV4yl5ws2BXob1WVeZxXhoB+PP0xzt0Bly0fKTePozV5GphYQPA46as+gU5/K+w2w6Ev2Ol/KpNCigM01R2uPgDcQIRSJEYys4JmNoO/y0tbnY9JlxnA9M15bfHZHCnjzVN4x7TLz6fMSJqsPgLAoMvV1niSQBGIbUP3Ki93t57XhItVXjulTQHf9hfk5/xgGyzQTgQjx7xvE4nG0j3UsiiLR1VVaLN3YpkTuNLgZGzRSq8wQUoD16flkOPSF28/cLCYkwqvrrAGXC1UYWtuRX1PR5RhgTJTI1Q4wKwzwWHk4kQI6a04nQ99mUOlczMYkFhPrBMQoN+7eQ35Nhc01SvA7OEMSFzTv8c/0UXc54xfQcj/bNzNmRmNy0zctMpeEQFSio/cdvqUICz9AiEPb+DLK2gE+2MrR5qXPpoAn6mxdr1GBwz1FiclDcAPCEkTXIboByz8guA75eg8WxxDtFZloZIdNKaDu5rnt9UVHE5POep6Zh7llmsQlLBNLSMTiEm5hGXXDJ6qb3zJiLaIiJy1Zpjy587ch1ahOKJ6XHGGiv5KeQSfFun4ulb/josZOYY0di/0tw9YCquX7KZVnFW46Ze2V4wU1ivRYe1UWI1Y1vgkDvo9PGLIoabp7kIrctJXSS8eKtjyTtuDErrK8jIYHuQf8VbK0RJUsLfEg94BfIztkLMvP3v3XN/5rfgIYvAvmgKE6GAAAAABJRU5ErkJggg==" style="vertical-align:middle" alt="Timer" title="Timer" /> 967.42 ms</span><div id="iMSCPdebug_Timer" class="iMSCPdebug_panel"><h4>Custom Timers</h4>Current script (Initialization steps excluded): 2.16 ms<br /><h4>Overall Timers</h4><strong>noLevel</strong><br /><div class="pre">    <strong>index.php</strong><br /><div class="pre">            Avg: 967.42 ms / 1 requests<br />            Min: 967.42 ms<br />            Max: 967.42 ms<br /></div></div></div><span class="iMSCPdebug_span clickable" onclick="iMSCPdebugPanel('iMSCPdebug_Memory');"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGvSURBVDjLpZO7alZREEbXiSdqJJDKYJNCkPBXYq12prHwBezSCpaidnY+graCYO0DpLRTQcR3EFLl8p+9525xgkRIJJApB2bN+gZmqCouU+NZzVef9isyUYeIRD0RTz482xouBBBNHi5u4JlkgUfx+evhxQ2aJRrJ/oFjUWysXeG45cUBy+aoJ90Sj0LGFY6anw2o1y/mK2ZS5pQ50+2XiBbdCvPk+mpw2OM/Bo92IJMhgiGCox+JeNEksIC11eLwvAhlzuAO37+BG9y9x3FTuiWTzhH61QFvdg5AdAZIB3Mw50AKsaRJYlGsX0tymTzf2y1TR9WwbogYY3ZhxR26gBmocrxMuhZNE435FtmSx1tP8QgiHEvj45d3jNlONouAKrjjzWaDv4CkmmNu/Pz9CzVh++Yd2rIz5tTnwdZmAzNymXT9F5AtMFeaTogJYkJfdsaaGpyO4E62pJ0yUCtKQFxo0hAT1JU2CWNOJ5vvP4AIcKeao17c2ljFE8SKEkVdWWxu42GYK9KE4c3O20pzSpyyoCx4v/6ECkCTCqccKorNxR5uSXgQnmQkw2Xf+Q+0iqQ9Ap64TwAAAABJRU5ErkJggg==" style="vertical-align:middle" alt="Memory" title="Memory" /> 2.62 MiB of 128 MiB</span><div id="iMSCPdebug_Memory" class="iMSCPdebug_panel"><h4>Memory Usage</h4><pre>	<strong>Script:</strong> 91.70 kiB
	<strong>Whole Application:</strong> 2.62 MiB
</pre></div><span class="iMSCPdebug_span clickable" onclick="iMSCPdebugPanel('iMSCPdebug_Files');"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADPSURBVCjPdZFNCsIwEEZHPYdSz1DaHsMzuPM6RRcewSO4caPQ3sBDKCK02p+08DmZtGkKlQ+GhHm8MBmiFQUU2ng0B7khClTdQqdBiX1Ma1qMgbDlxh0XnJHiit2JNq5HgAo3KEx7BFAM/PMI0CDB2KNvh1gjHZBi8OR448GnAkeNDEDvKZDh2Xl4cBcwtcKXkZdYLJBYwCCFPDRpMEjNyKcDPC4RbXuPiWKkNABPOuNhItegz0pGFkD+y3p0s48DDB43dU7+eLWes3gdn5Y/LD9Y6skuWXcAAAAASUVORK5CYII=" style="vertical-align:middle" alt="Files" title="Files" /> 72 Files</span><div id="iMSCPdebug_Files" class="iMSCPdebug_panel"><h4>General Information</h4><pre>	72 Files Included/loaded
	Total Size: 813.51 kiB</pre><h4>PHP Files</h4><pre>	/var/www/imscp/gui/library/admin-functions.php
	/var/www/imscp/gui/library/calc-functions.php
	/var/www/imscp/gui/library/client-functions.php
	/var/www/imscp/gui/library/emailtpl-functions.php
	/var/www/imscp/gui/library/environment.php
	/var/www/imscp/gui/library/functions.ticket_system.php
	/var/www/imscp/gui/library/i18n.php
	/var/www/imscp/gui/library/iMSCP/Authentication.php
	/var/www/imscp/gui/library/iMSCP/Authentication/Bruteforce.php
	/var/www/imscp/gui/library/iMSCP/Bootstrap.php
	/var/www/imscp/gui/library/iMSCP/Config.php
	/var/www/imscp/gui/library/iMSCP/Config/Handler.php
	/var/www/imscp/gui/library/iMSCP/Config/Handler/Db.php
	/var/www/imscp/gui/library/iMSCP/Config/Handler/File.php
	/var/www/imscp/gui/library/iMSCP/Database.php
	/var/www/imscp/gui/library/iMSCP/Database/Events/Database.php
	/var/www/imscp/gui/library/iMSCP/Database/Events/Statement.php
	/var/www/imscp/gui/library/iMSCP/Database/ResultSet.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Database.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Files.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Interface.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Memory.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Timer.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Variables.php
	/var/www/imscp/gui/library/iMSCP/Debug/Bar/Plugin/Version.php
	/var/www/imscp/gui/library/iMSCP/Events.php
	/var/www/imscp/gui/library/iMSCP/Events/Description.php
	/var/www/imscp/gui/library/iMSCP/Events/Event.php
	/var/www/imscp/gui/library/iMSCP/Events/Listeners/Interface.php
	/var/www/imscp/gui/library/iMSCP/Events/Listeners/ResponseCollection.php
	/var/www/imscp/gui/library/iMSCP/Events/Listeners/Stack.php
	/var/www/imscp/gui/library/iMSCP/Events/Manager.php
	/var/www/imscp/gui/library/iMSCP/Events/Manager/Interface.php
	/var/www/imscp/gui/library/iMSCP/Exception/Handler.php
	/var/www/imscp/gui/library/iMSCP/Exception/Writer.php
	/var/www/imscp/gui/library/iMSCP/Exception/Writer/Browser.php
	/var/www/imscp/gui/library/iMSCP/Exception/Writer/Mail.php
	/var/www/imscp/gui/library/iMSCP/Filter/Compress/Gzip.php
	/var/www/imscp/gui/library/iMSCP/Initializer.php
	/var/www/imscp/gui/library/iMSCP/Loader/AutoloaderFactory.php
	/var/www/imscp/gui/library/iMSCP/Loader/ISplAutoloader.php
	/var/www/imscp/gui/library/iMSCP/Loader/UniversalLoader.php
	/var/www/imscp/gui/library/iMSCP/Plugin.php
	/var/www/imscp/gui/library/iMSCP/Plugin/Action.php
	/var/www/imscp/gui/library/iMSCP/Plugin/Manager.php
	/var/www/imscp/gui/library/iMSCP/Registry.php
	/var/www/imscp/gui/library/iMSCP/Update.php
	/var/www/imscp/gui/library/iMSCP/Update/Database.php
	/var/www/imscp/gui/library/iMSCP/View/Helpers/Functions/Common.php
	/var/www/imscp/gui/library/iMSCP/pTemplate.php
	/var/www/imscp/gui/library/imscp-lib.php
	/var/www/imscp/gui/library/input-checks.php
	/var/www/imscp/gui/library/layout-functions.php
	/var/www/imscp/gui/library/login-functions.php
	/var/www/imscp/gui/library/lostpassword-functions.php
	/var/www/imscp/gui/library/reseller-functions.php
	/var/www/imscp/gui/library/shared-functions.php
	/var/www/imscp/gui/library/sw-functions.php
	/var/www/imscp/gui/library/vendor/Zend/Exception.php
	/var/www/imscp/gui/library/vendor/Zend/Session.php
	/var/www/imscp/gui/library/vendor/Zend/Session/Abstract.php
	/var/www/imscp/gui/library/vendor/Zend/Session/Exception.php
	/var/www/imscp/gui/library/vendor/Zend/Session/Namespace.php
	/var/www/imscp/gui/library/vendor/Zend/Session/SaveHandler/Interface.php
	/var/www/imscp/gui/library/vendor/php-gettext/gettext.inc
	/var/www/imscp/gui/library/vendor/php-gettext/gettext.php
	/var/www/imscp/gui/library/vendor/php-gettext/streams.php
	/var/www/imscp/gui/public/index.php</pre><h4>Templates Files</h4><pre>	/var/www/imscp/gui/themes/default/index.tpl
	/var/www/imscp/gui/themes/default/shared/layouts/simple.tpl</pre></div><span class="iMSCPdebug_span clickable" onclick="iMSCPdebugPanel('iMSCPdebug_Database');"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEYSURBVBgZBcHPio5hGAfg6/2+R980k6wmJgsJ5U/ZOAqbSc2GnXOwUg7BESgLUeIQ1GSjLFnMwsKGGg1qxJRmPM97/1zXFAAAAEADdlfZzr26miup2svnelq7d2aYgt3rebl585wN6+K3I1/9fJe7O/uIePP2SypJkiRJ0vMhr55FLCA3zgIAOK9uQ4MS361ZOSX+OrTvkgINSjS/HIvhjxNNFGgQsbSmabohKDNoUGLohsls6BaiQIMSs2FYmnXdUsygQYmumy3Nhi6igwalDEOJEjPKP7CA2aFNK8Bkyy3fdNCg7r9/fW3jgpVJbDmy5+PB2IYp4MXFelQ7izPrhkPHB+P5/PjhD5gCgCenx+VR/dODEwD+A3T7nqbxwf1HAAAAAElFTkSuQmCC" style="vertical-align:middle" alt="Database" title="Database" /> 7 queries in 0.9 ms</span><div id="iMSCPdebug_Database" class="iMSCPdebug_panel"><h4>Database queries and their execution time</h4><ol><li><strong>[0.17 ms]</strong> connection</li><li><strong>[0.19 ms]</strong> SET NAMES `utf8`</li><li><strong>[0.06 ms]</strong> SELECT `plugin_name`, `plugin_type`, `plugin_status` FROM `plugin`</li><li><strong>[0.14 ms]</strong> DELETE FROM `login` WHERE `lastaccess` &lt; ? AND `user_name` IS NOT NULL</li><li><strong>[0.09 ms]</strong> DELETE FROM `login` WHERE `lastaccess` &lt; ? AND `login_count` &gt; 0</li><li><strong>[0.13 ms]</strong> SELECT * FROM `login` WHERE `ipaddr` = ? AND `user_name` IS NULL</li><li><strong>[0.11 ms]</strong> SELECT COUNT(`session_id`) `cnt` FROM `login` WHERE `session_id` = ? AND `ipaddr` = ?</li></ol></div><span class="iMSCPdebug_span iMSCPdebug_last clickable" id="iMSCPdebug_toggler" onclick="iMSCPdebugSlideBar()">&#171;</span></div></div></body>
</html>

<!--
	Compression level: 7
	Original size: 21.45 kb
	New size: 8.06 kb
	Saving: 13.39 kb (62 %)
	Time: 0.45 ms
-->
