Y
Y
Yuri2015-04-07 14:55:56
freepbx
Yuri, 2015-04-07 14:55:56

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');
}

The correct index.php in the comment is questionable.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question