Changeset 2122
- Timestamp:
- 07/04/06 21:47:42 (7 years ago)
- Files:
-
- freepbx/trunk/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/install_amp
r2103 r2122 704 704 out(AMP_CONF." does not exist, copying default"); 705 705 copy("amportal.conf", AMP_CONF); 706 collect_settings(AMP_CONF, $dbhost, $new_username, $new_password, $dbname);706 collect_settings(AMP_CONF, $dbhost, $new_username, $new_password, 'asterisk'); 707 707 } 708 708 out("OK");
