HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/root/usr/local/CyberCP/public/snappymail/snappymail/v/2.38.2/app/templates/Error.html
<!DOCTYPE html>
<html lang="en" dir="ltr">
	<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<meta name="robots" content="noindex, nofollow, noodp">
		<meta name="google" content="notranslate">
		<title>{{ErrorTitle}}</title>
		<style type="text/css">

			html, body {
				font-family: arial, sans-serif;
				font-size: 14px;
			}

			.content {
				position: absolute;
				left: 50%;
				top: 50%;
				text-align: center;
				width: 600px;
				margin: -200px 0px 0px -250px;
				background: #FFF;
				line-height: 150%;
				border-bottom: 1px solid #E4E4E4;
			}

			.error-header {
				font-size: 16px;
				font-weight: bold;
			}

			.error-desc {
				padding: 10px;
				background-color: #eee;
			}

		</style>
	</head>
	<body class="content">
		<div class="error-header">
			{{ErrorHeader}}
		</div>
		<br>
		<div class="error-desc">
			<br>
			{{ErrorDesc}}
			<br>
			<br>
			<div style="{{BackLinkVisibilityStyle}}">
				<br>
				<a href="{{BackHref}}">{{BackLink}}</a>
			</div>
		</div>
	</body>
</html>