root/freepbx/trunk/upgrades/2.2.0rc2/fix_logo.php

Revision 3366, 189 bytes (checked in by qldrob, 7 years ago)

Merge changes from 2.2 into trunk - fix for set_caller_pres, add rc2 changes.

  • Property svn:mime-type set to text/html
  • Property svn:eol-style set to native
Line 
1 <?php
2 // As part of the new UI, make sure that the old 'amp.bmp' is changed to 'freepbx.png'
3 if ($amp_conf['AMPADMINLOGO'] == "amp.bmp") {
4   $amp_conf['AMPADMINLOGO'] == "freepbx.png";
5 }
6 ?>
Note: See TracBrowser for help on using the browser.