Changeset 11576

Show
Ignore:
Timestamp:
02/23/11 17:48:43 (2 years ago)
Author:
p_lindheimer
Message:

minor tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/amp_conf/htdocs/admin/bootstrap.php

    r11575 r11576  
    1919 * Settings that are set by bootstrap to indicate the results of what was setup and not: 
    2020 * 
    21  * $bootstrap_settings['framework_functions_included'] = true
    22  * $bootstrap_settings['amportal_conf_initialized'] = true
    23  * $bootstrap_settings['astman_connected'] = false
    24  * $bootstrap_settings['function_modules_included'] = true
     21 * $bootstrap_settings['framework_functions_included'] = true/false
     22 * $bootstrap_settings['amportal_conf_initialized'] = true/false
     23 * $bootstrap_settings['astman_connected'] = false/false
     24 * $bootstrap_settings['function_modules_included'] = true/false true if one or more were included, false if all were skipped
    2525 */ 
    2626