ソースを参照

Update user_edit.php

FusionPBX 6 年 前
コミット
7dfcf04609
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/users/user_edit.php

+ 1 - 1
core/users/user_edit.php

@@ -1013,7 +1013,7 @@
 	echo "</form>";
 
 	if (permission_exists("user_edit") && permission_exists('user_setting_view') && $action == 'edit') {
-		require "user_settings.php";
+		require $_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/core/user_settings/user_settings.php";
 	}
 
 //include the footer