ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
download.php File Reference

Go to the source code of this file.

Variables

 $pkgName = "JAMA"
 Script to create REGRESS package for download.
 $buildDir = substr(dirname(__FILE__), 0, -5 - strlen($pkgName))
 $tarName = "$pkgName.tar.gz"
 $tarPath = "/downloads/".$tarName
 if ($_GET['op']=="download")

Variable Documentation

$buildDir = substr(dirname(__FILE__), 0, -5 - strlen($pkgName))

Definition at line 19 of file download.php.

$pkgName = "JAMA"

Script to create REGRESS package for download.

Author
Mike Bommarito
Paul Meagher
Version
0.3 Apr 2, 2006

Note: Script requires the PEAR Archive_Tar package be installed:

See Also
http://pear.php.net/package/Archive_Tar

Definition at line 16 of file download.php.

$tarName = "$pkgName.tar.gz"

Definition at line 24 of file download.php.

$tarPath = "/downloads/".$tarName

Definition at line 26 of file download.php.

if($_GET['op']=="download")

Definition at line 28 of file download.php.