You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
cisco 7912 firmware file extension is ".sbin" and not ".sbn", so its filename generates a "not found" and red background in the web interface.
In Sccp_manager.class.php, please change row 2117
Hi,
cisco 7912 firmware file extension is ".sbin" and not ".sbn", so its filename generates a "not found" and red background in the web interface.
In Sccp_manager.class.php, please change row 2117
from:
$file_ext = array('.loads', '.sbn', '.bin', '.zup');
to:
$file_ext = array('.loads', '.sbn', '.bin', '.zup', '.sbin');
The text was updated successfully, but these errors were encountered: