Commit 38ee7afc22ab5538e04016eaa968b4367f5b2014

Authored by Elena.Budnik
1 parent e0303530

correction of merge with master

Showing 1 changed file with 1 additions and 6 deletions   Show diff stats
php/config.php
... ... @@ -47,15 +47,10 @@ define('DDSERVICE_PRIVATEKEY', '!%p856Dc');
47 47 define('EPNTAP_APIS', 'http://voparis-tap.obspm.fr/__system__/tap/run/tap/sync');
48 48 define('EPNTAP_AMDA', 'http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap/sync');
49 49  
50   -<<<<<<< HEAD
51   -/*----------------------- PHP run-time settings --------*/
52   -ini_set('memory_limit', 128000000);
53   -ini_set('max_execution_time', 600); // max PHP execution
54   -=======
55 50 // PHP run-time settings
56 51 ini_set('memory_limit',128000000);
57 52 ini_set('max_execution_time',600); // max PHP execution
58   ->>>>>>> master
  53 +
59 54 ini_set('default_socket_timeout', 600); //TODO if this is needed ? IMPEX LONG DURATION WEBSERVICES
60 55 // to avoid 403 error while copying from URL
61 56 ini_set('user_agent', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:7.0) Gecko/201001012 Firefox/7.0');
... ...