Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
mnt
/
volume_sfo2_01
/
50mmla
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
/mnt/volume_sfo2_01/50mmla/viewImage.php
<?php include_once('includes/static/configure.php'); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title><?echo SITE_TITLE?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="css/style.css" rel="stylesheet" type="text/css"> <script src="/js/site.js" language="JavaScript" type="text/javascript"></script> </head> <body style="margin:0px;"> <table cellpadding="0" cellspacing="0" border="0" align="center" height="100%"> <tr valign="center"> <td valign="center" height="100%"> <? if(isset($_REQUEST['imageName'])){ $image_name = $_REQUEST['imageName']; echo "<img src=\"".$image_name."\" onClick=\"self.close();\" style=\"cursor:pointer;\">\n"; } ?> </td> </tr> </table> </body> </html>