PHP 7.4.33
Preview: ajax_csfframe.php Size: 425 B
/home/csf/cwp/ajax_csfframe.php
<?php

	$env = http_build_query($_POST);
	if ($env == "") {
		$env = http_build_query($_GET);
	}
	$env = $env."&CWPSESSID=".$_SERVER["REQUEST_URI"];

	exec ("/usr/local/cwpsrv/htdocs/resources/admin/modules/csf.pl \"$env\"", $result, $return_var);

	$header = 1;
	foreach ($result as $line) {
		if ($header) {
			header ("$line\n");
		} else {
			print "$line\n";
		}
		if ($header && $line == "") {
			$header = 0;
		}
	}
?>

Directory Contents

Dirs: 0 × Files: 4
Name Size Perms Modified Actions
425 B lrw-r--r-- 2019-08-05 10:07:58
Edit Download
870 B lrw-r--r-- 2019-08-04 16:04:26
Edit Download
5.46 KB lrw-r--r-- 2019-08-05 10:06:19
Edit Download
372 B lrw-r--r-- 2019-08-05 10:05:06
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).