mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Using DMS Path instead of hardcoded Path
This commit is contained in:
+1
-1
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user