ACC SHELL

Path : /srv/www/vhosts/greenbelt/wp-content/plugins/ss-downloads/templates/
File Upload :
Current File : /srv/www/vhosts/greenbelt/wp-content/plugins/ss-downloads/templates/download.php

<?php	
	//require('../includes/setup.php');	
	define('WP_USE_THEMES', false);
	require('../../../../wp-load.php');
	
	$file = $_REQUEST['file'];
	$title = $_REQUEST['title'];
?>

<script>
function redirection() {
  
    setTimeout(function () {
        document.location.pathname = "<?php echo $title; ?>";   
    }, 1000);
}
</script>
 
<div id="ss-downloads">	
	<h3>Stažení souboru je připraveno &raquo;</h3>
	<div class="btn-ss-downloads"><a target="_blank" <?php if(true){ ?>onclick="redirection();"<?php } ?> href="<?php echo SSD_PLUGIN_URL; ?>/services/getfile.php?file=<?php echo $file; ?>"><?php echo $title; ?></a></div>
</div>  

ACC SHELL 2018