Using DMS Path instead of hardcoded Path

This commit is contained in:
Andreas Oesterreicher
2017-09-22 17:02:14 +02:00
parent 39544f95ef
commit 1bd6e1c707
+1 -1
View File
@@ -35,7 +35,7 @@ if(!$rechte->isBerechtigt('system/developer',null,'suid'))
$anzahl_neu=0;
$anzahl_vorhanden=0;
$qry = "SELECT filename FROM campus.tbl_dms_version";
$path = '/var/fhcomplete/dms/';
$path = DMS_PATH;
chdir($path);
if($result = $db->db_query($qry))
{