Changeset 8099
- Timestamp:
- 08/23/09 17:54:27 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.6/amp_conf/htdocs/admin/functions.inc.php
r8083 r8099 884 884 return $exten_usage; 885 885 } else { 886 $exten_matches = array(); 886 887 foreach (array_keys($exten_usage) as $mod) { 887 888 foreach ($exten as $test_exten) { freepbx/branches/2.6/amp_conf/htdocs/admin/views/freepbx.php
r7906 r8099 38 38 print("\t\t$html\n"); 39 39 } 40 41 if (!isset($title)) { 42 $title = 'FreePBX'; 43 } 44 if (!isset($amp_conf)) { 45 $amp_conf = array(); 46 } 47 40 48 41 49 ?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
