Changes between Version 131 and Version 132 of ProjectOptions


Ignore:
Timestamp:
Jun 3, 2014, 4:21:50 AM (10 years ago)
Author:
Christian Beer
Comment:

added project_user_name config option

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v131 v132  
    492492
    493493== Miscellaneous == #misc
     494 <project_user_name> X </project_user_name> ::
     495        Only this user is allowed to execute the start script. Use this to prevent ''root'' to start a project which will lead to bad file permissions.
     496
    494497 <min_core_client_version> N </min_core_client_version>::
    495498        If the scheduler gets a request from a client with a version number less than this,
     
    583586 * PHP: use the get_config() and parse_config() functions in inc/util.inc
    584587 * scripts: use the bin/parse_config program
    585