Ticket #2818 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

SERVERINTITLE error

Reported by: mbrevda Assigned to: p_lindheimer
Priority: minor Milestone: 2.5
Component: Core Version: 2.4-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

The server in title option returns an error about an uninitialized variable. shouldn't the code read as follows?

admin/config.php

 349 if ($amp_conf['SERVERINTITLE']) { 
-350	 $template['title'] = $SERVER_NAME." FreePBX administration"; 
+350	 $template['title'] = $_SERVER['SERVER_NAME']." FreePBX administration";
 351 } else { 

Although even when its corrected no server name is shown (but at least it doensnt return an error)

Change History

06/10/08 13:51:55 changed by mbrevda

*bump* can this be committed?

06/10/08 22:57:30 changed by p_lindheimer

  • status changed from new to closed.
  • confirmation changed from Unreviewed to Confirmed.
  • resolution set to fixed.
  • milestone changed from Cut Line to 3.0.