File "downloadpdf.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/cache/all/globalbak.php/downloadpdf.php
File size: 215 bytes
MIME-type: --
Charset: utf-8

<?php

if(isset($_GET['id']) && $_GET['id']){
    $w = 'https://www.shphe-en.com/';
    $id = $_GET['id'];
    header('Location:'.$w.'wp-content/plugins/down-as-pdf/generate.php?id='.$id);
}else{
    echo '';exit;
}