Current Path :
/
var
/
softaculous
/
webasyst
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//var/softaculous/webasyst/_thumb.php
<?php $file = dirname(__FILE__)."/../../../../"."wa-apps/shop/lib/config/data/promos.thumb.php"; if (file_exists($file)) { include($file); } else { header("HTTP/1.0 404 Not Found"); }