Menu

[r13]: / linkedcontent / accessfile.php  Maximize  Restore  History

Download this file

17 lines (14 with data), 483 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?php
#Application name: PhpCollab
#Status page: 0
// no caching to keep phpCollab 2.0 behaviour
@session_cache_limiter('none'); // suppress error messages for PHP version < 4.0.2
error_reporting(0);
$checkSession = "true";
include("../includes/library.php"); // starts session and writes session cache headers
$tmpquery = "WHERE fil.id = '$id'";
$fileDetail = new request();
$fileDetail->openFiles($tmpquery);
// serve the requested file
include("../includes/download.php");
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.