Changeset 5771
- Timestamp:
- 06/10/08 19:53:55 (3 months ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/config.php
r5332 r5771 348 348 $template['module_page'] = $module_page; 349 349 if ($amp_conf['SERVERINTITLE']) { 350 $template['title'] = $ SERVER_NAME." FreePBX administration";350 $template['title'] = $_SERVER['SERVER_NAME']." FreePBX administration"; 351 351 } else { 352 352 $template['title'] = "FreePBX administration";
