OpenSIPS / opensips-cp

A Web Control Panel Application for the OpenSIPS, which is intended for both system and user provisioning. It features more than 18 tools, covering important functionalities (MI,statistics) and modules (acc,siptrace,drouting,dialplan) of OpenSIPS.
GNU General Public License v2.0
112 stars 78 forks source link

opensips user management page not dispaly #78

Open bibace opened 4 years ago

bibace commented 4 years ago

I have issue with print_groups and print_domains functions

in acl_management, alias_management and user management.

replace "print_domains" by <input type="text" name="lst_domain" value="<?=$search_domain?>" maxlength="16" class="searchInput">

and works

opensips 3.0 and latest opensips control panel.

mysql 5.7, php 7.2

bibace commented 4 years ago

https://stackoverflow.com/questions/32444572/why-include-dir-in-the-require-once

Hope you can fix this issue/bug.