Changeset 3512 for freepbx

Show
Ignore:
Timestamp:
01/03/07 03:42:40 (6 years ago)
Author:
gregmac
Message:

Set default permissions of amportal.conf during install (#1626)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/install_amp

    r3436 r3512  
    754754  out(AMP_CONF." does not exist, copying default"); 
    755755  copy("amportal.conf", AMP_CONF); 
     756  chmod(AMP_CONF, 0640);  
    756757  collect_settings(AMP_CONF, $dbhost, $new_username, $new_password, 'asterisk'); 
    757758