root/freepbx/trunk/upgrades/2.2.0rc2/fix_logo.php
| Revision 3366, 189 bytes (checked in by qldrob, 7 years ago) | |
|---|---|
| |
| 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.
