Answer the question
In order to leave comments, you need to log in
How to return the native web interface to elastix?
Good afternoon!
After updating freepbx to elastix 2.5, the former replaced the elastix web interface.
Apparently, this is a bug in elasticix 2.5
after updating /var/www/html/index.php contained
<?php
if (file_exists(dirname(__FILE__) . '/index_custom.php')) {
include_once(dirname(__FILE__) . '/index_custom.php');
} else {
header('Location: /admin');
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question