Changeset 3857
- Timestamp:
- 03/11/07 15:43:18 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/htdocs/admin/page.modules.php
r3538 r3857 136 136 $online = false; 137 137 unset($modules_online); 138 } else if (!is_array($modules_online)) { 139 echo "<div class=\"warning\"><p>".sprintf(_("Warning: Error retrieving updates from online repository (%s). Online modules are not available."), "mirror.freepbx.org")."</p></div><br />"; 140 $online = false; 141 unset($modules_online); 138 142 } else { 139 140 143 // combine online and local modules 141 144 $modules = $modules_online;
