HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux vmi3050980 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: gurumedia_st_usr (1012)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/gurumedia_st_usr/data/www/gurumedia.store/frd-api/frd-theme/frd-PdfFileView.php
<?php 
$FR_OP_HTML = "";
//FRD VC NEED:-
    $FR_VC_SESSION = "";
    $FR_VC_POST = "";

//FRD VC________
    if(isset($_POST['FrPdfFileLink'])){
         $FRc_PdfFileLink = $_POST['FrPdfFileLink'];
         $FR_VC_POST = 1; 
    } else{
        $FR_OP_HTML .= "<h6>Access Denied 1 </h6>";
    }


//FRD OPARATION START:-
     if($FR_VC_POST == 1){
         $FR_OP_HTML .="
         <div class='col-md-12 text-center'>
            <iframe width='100%' height='500px' src='$FRc_PdfFileLink'  frameborder='0'></iframe>
         </div>
         ";
     }
//END>>


THIS_LAST:
echo $FR_OP_HTML;