<?php
include_once("../configuration.php");
include_once(
"../include/Function.php");

switch(
$_REQUEST["path"]){
    case 
"plan" $docPath $PlanPicPath;
    case 
"absent" $docPath $AbsentPicPath;
    case 
"research" $docPath $ResearchPicPath;
}

    
downloadFile($docPath.$_REQUEST["filename"]);

?>