Commit 8160238a9b39588ff3e7739c8f262dc2262ba562
1 parent
79f8a662
Exists in
master
and in
38 other branches
Increase number of guest sessions
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
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 | |
... | ... |