Commit 38a1818739c4e77d45e922631cff2149ee49204a

Authored by Benjamin Renard
1 parent e3e17497

Add RemoteData path definition in getData script

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/CALLEXT/getData.php
... ... @@ -44,6 +44,7 @@
44 44 exit(0);
45 45 }
46 46 }
  47 + define('RemoteData', $DDBASE."/../INFO");
47 48  
48 49 $LOGDIR = $DDBASE."/../LOG/";
49 50  
... ...