ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 157.90.209.209 / Your IP : 216.73.216.185 [ Web Server : Apache System : Linux hcomm124.dns-wk.info 4.18.0-553.64.1.el8_10.x86_64 #1 SMP Mon Jul 28 12:01:56 EDT 2025 x86_64 User : evidenciarevista ( 1049) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Domains : 216 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/csf/vestacp/ |
Upload File : |
<?php error_reporting(NULL); $TAB = 'CSF'; include($_SERVER['DOCUMENT_ROOT']."/inc/main.php"); if ($_SESSION['user'] != 'admin') { header("Location: /list/user"); exit; } include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html'); top_panel(empty($_SESSION['look']) ? $_SESSION['user'] : $_SESSION['look'], $TAB); ?> <div class="l-separator"></div> <!-- /.l-separator --> <div class="l-center units"> <iframe scrolling='auto' name='myiframe' id='myiframe' src='frame.php' frameborder='0' width='100%' onload='resizeIframe(this);'></iframe> <script> function resizeIframe(obj) { obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; window.scrollTo(0,0); window.parent.scrollTo(0,0); window.parent.parent.scrollTo(0,0); } </script> </div> <?php $_SESSION['back'] = $_SERVER['REQUEST_URI']; include($_SERVER['DOCUMENT_ROOT'].'/templates/scripts.html'); include($_SERVER['DOCUMENT_ROOT'].'/templates/footer.html');