Open Source Training Seminar FreePBX Paid Support

Ticket #2818 (closed Bugs: fixed)

Opened 4 months ago

Last modified 3 months ago

SERVERINTITLE error

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

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 10:51:55 changed by lazytt

*bump* can this be committed?

06/10/08 19: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.
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads