Changeset 3183
- Timestamp:
- 11/24/06 17:59:04 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r3161 r3183 1093 1093 // echo "(From amportal.conf)"; //debug 1094 1094 } else { 1095 $fn = "http://mirror.freepbx.org/modules-".$matches[1].".xml";1095 $fn = "http://mirror.freepbx.org/modules-".$matches[1].".xml"; 1096 1096 // echo "(From default)"; //debug 1097 1097 } … … 2087 2087 2088 2088 2089 /** Log an error to the (database-based) log 2090 * @param string The section or script where the error occured 2091 * @param string The level/severity of the error. Valid levels: 'error', 'warning', 'debug', 'devel-debug' 2092 * @param string The error message 2093 */ 2089 2094 function freepbx_log($section, $level, $message) { 2090 2095 global $db;
