Update speiseplan_link.php

This commit is contained in:
Gehirnfussel 2013-11-14 16:53:18 +01:00
parent d732526a88
commit 936feace80
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ else
$wo = "RD"; # Standard: RD
# Pfad und Dateiname zum PDF
$speiseplan = "file://rdbs124/Tausch/Info/Speisepläne/KKH-".$wo."/Personalspeiseplan/".$kw."-KW.pdf";
$speiseplan = "file://Server/Path1-".$wo."/Path2/".$kw."-KW.pdf";
# Direkte Weiterleitung zum entsprechenden Speiseplan
echo '<!doctype html>
@ -46,4 +46,4 @@ echo '<!doctype html>
Falls ein Fehler auftritt, bitte <a href="'.$speiseplan.'">hier</a> klicken.</p>
</body>
</html>';
?>
?>