Commit fe7f8a62544e881e3ea405bef181fac68e3a2808

Authored by Elena.Budnik
1 parent 9c0d113f

makeOrbits.php move to php dir

php/RemoteDataCenter/makeOrbitsList.php renamed to php/makeOrbitsList.php
... ... @@ -6,7 +6,7 @@
6 6  
7 7 $AMDA_IHM = getenv('AMDA_IHM');
8 8  
9   - require_once $AMDA_IHM."/php/config.php";
  9 + require_once $AMDA_IHM."/config.php";
10 10  
11 11 if (!defined('orbitsXml'))
12 12 exit("orbitsXml is not defined in config.php".PHP_EOL);
... ...
php/makeRemote
... ... @@ -7,7 +7,7 @@
7 7  
8 8 # check if Orbites.xml exists; if not create it !
9 9 if [ ! -e $AMDA_IHM/generic_data/LocalData/Orbites.xml ]; then
10   - php $AMDA_IHM/php/RemoteDataCenter/makeOrbitsList.php
  10 + php $AMDA_IHM/php/makeOrbitsList.php
11 11 fi
12 12  
13 13 # make Proxies for 'isSimulation' dataCenters from Bases.xml
... ...