PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: CustStatusCode.php Size: 2.19 KB
//usr/local/lsws/admin/html/classes/CustStatusCode.php

<?php

class CustStatusCode
{

	public static function &Get()
	{
		$status = [
			300 => 'Multiple Choices',
			301 => 'Moved Permanently',
			302 => 'Found',
			303 => 'See Other',
			305 => 'Use Proxy',
			307 => 'Temporary Redirect',
			400 => 'Bad Request',
			401 => 'Unauthorized',
			402 => 'Payment Required',
			403 => 'Forbidden',
			404 => 'Not Found',
			405 => 'Method Not Allowed',
			406 => 'Not Acceptable',
			407 => 'Proxy Authentication Required',
			408 => 'Request Time-out',
			409 => 'Conflict',
			410 => 'Gone',
			411 => 'Length Required',
			412 => 'Precondition Failed',
			413 => 'Request Entity Too Large',
			414 => 'Request-URI Too Large',
			415 => 'Unsupported Media Type',
			416 => 'Requested range not satisfiable',
			417 => 'Expectation Failed',
			500 => 'Internal Server Error',
			501 => 'Not Implemented',
			502 => 'Bad Gateway',
			503 => 'Service Unavailable',
			504 => 'Gateway Time-out',
			505 => 'HTTP Version not supported',
			520 => 'Unknown Error from the origin web server',
		];
		$options = [];
		foreach ($status as $key => $value) {
			$options[$key] = "$key  $value";
		}

		return $options;
	}

	public static function &GetRedirect()
	{
		$status = [
			300 => 'Multiple Choices',
			301 => 'Moved Permanently',
			302 => 'Found',
			303 => 'See Other',
			305 => 'Use Proxy',
			307 => 'Temporary Redirect',
			410 => 'Gone',
			400 => 'Bad Request',
			401 => 'Unauthorized',
			402 => 'Payment Required',
			403 => 'Forbidden',
			404 => 'Not Found',
			405 => 'Method Not Allowed',
			406 => 'Not Acceptable',
			407 => 'Proxy Authentication Required',
			408 => 'Request Time-out',
			409 => 'Conflict',
			411 => 'Length Required',
			412 => 'Precondition Failed',
			413 => 'Request Entity Too Large',
			414 => 'Request-URI Too Large',
			415 => 'Unsupported Media Type',
			416 => 'Requested range not satisfiable',
			417 => 'Expectation Failed',
			500 => 'Internal Server Error',
			501 => 'Not Implemented',
			502 => 'Bad Gateway',
			503 => 'Service Unavailable',
			504 => 'Gateway Time-out',
			505 => 'HTTP Version not supported'
		];
		$options = [];
		foreach ($status as $key => $value) {
			$options[$key] = "$key  $value";
		}

		return $options;
	}

}

Directory Contents

Dirs: 1 × Files: 18

Name Size Perms Modified Actions
ws DIR
- drwxr-xr-x 2025-04-11 16:27:32
Edit Download
25.68 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
860 B lrw-r--r-- 2025-04-11 16:27:32
Edit Download
13.87 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
4.68 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
2.19 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
26.65 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
12.42 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
773 B lrw-r--r-- 2025-04-11 16:27:32
Edit Download
2.53 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
582 B lrw-r--r-- 2025-04-11 16:27:32
Edit Download
4.36 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
3.75 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
17.52 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
4.22 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
3.25 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
15.92 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
3.02 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download
3.27 KB lrw-r--r-- 2025-04-11 16:27:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI