mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Settings: Add interface for User Settings, add ability for Admin to manage (own) Domain and User Settings.
This commit is contained in:
@@ -765,6 +765,10 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
|
||||
echo " }\n";
|
||||
echo "</script>\n";
|
||||
|
||||
if (permission_exists('user_setting_view')) {
|
||||
require "user_settings.php";
|
||||
}
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user