Changeset 10378
- Timestamp:
- 10/08/10 14:11:40 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/page.modules.php
r10122 r10378 3 3 /** Controls if online module and install/uninstall options are available. 4 4 * This is meant for when using external packaging systems (eg, deb or rpm) to manage 5 * modules. Package ma ntainers should set AMPEXTERNPACKAGES to true in /etc/amportal.conf.5 * modules. Package maintainers should set AMPEXTERNPACKAGES to true in /etc/amportal.conf. 6 6 * Optionally, the other way is to remove the below lines, and instead just define 7 7 * EXTERNAL_PACKAGE_MANAGEMENT as 1. This prevents changing the setting from amportal.conf. … … 409 409 } 410 410 411 // Write out the erro s, if there are additional actions that can be accomplished list those next with the choice to411 // Write out the errors, if there are additional actions that can be accomplished list those next with the choice to 412 412 // process which will ignore the ones with errors but process the rest. 413 413 // … … 500 500 501 501 if ($online) { 502 // Check for annou cements such as security advisories, required updates, etc.502 // Check for announcements such as security advisories, required updates, etc. 503 503 // 504 504 $announcements = module_get_annoucements();
