Commit b56648156450723677ee01d26d510512b7f2be29
Exists in
master
and in
38 other branches
Merge branch 'amdadev' into develop
Showing
4 changed files
with
3 additions
and
3 deletions
Show diff stats
... | ... | @@ -0,0 +1 @@ |
1 | +*.csv | |
... | ... |
help/policy.html
... | ... | @@ -30,7 +30,6 @@ |
30 | 30 | <li><a href="http://sweap.cfa.harvard.edu/Data.html" target="_blank">PSP / SWEAP</a> |
31 | 31 | <li><a href="https://www.cosmos.esa.int/web/solar-orbiter/solar-orbiter-publication-acknowledgement" target="_blank">SOLAR ORBITER</a> |
32 | 32 | <li><a href="STEREO.html" target="_blank">STEREO</a> |
33 | - <li><a href="https://www.cosmos.esa.int/web/solar-orbiter/solar-orbiter-publication-acknowledgement" target="_blank">SOLAR ORBITER</a> | |
34 | 33 | <li><a href="http://themis.ssl.berkeley.edu/roadrules.shtml" target="_blank">THEMIS</a> |
35 | 34 | </ul> |
36 | 35 | </div> |
... | ... |
php/config.php
... | ... | @@ -39,7 +39,7 @@ if (!defined('MAGIC_FILE')) define('MAGIC_FILE','/usr/share/misc/magic'); |
39 | 39 | date_default_timezone_set('UTC'); |
40 | 40 | |
41 | 41 | // GUESTS LOGIN section |
42 | -define("MaxGuests", 15); // Max Guests number | |
42 | +define("MaxGuests", 100); // Max Guests number | |
43 | 43 | define("GuestSessionDuration", 300); //300 minutes |
44 | 44 | define("MaxGuestTimeInterval", 10); // days |
45 | 45 | |
... | ... |
scripts/build_amdapy_doc.sh