mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the path used in the domains_edit.php file.
This commit is contained in:
@@ -166,7 +166,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td align='left' width='30%' nowrap='nowrap'><b>Domain</b></td>\n";
|
||||
echo "<td width='70%' align='right'>\n";
|
||||
if (permission_exists('domain_export')) {
|
||||
echo " <input type='button' class='btn' name='' alt='export' onclick=\"window.location='".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/domain_export.php?id=".$domain_uuid."'\" value='Export'>\n";
|
||||
echo " <input type='button' class='btn' name='' alt='export' onclick=\"window.location='".PROJECT_PATH."/app/domain_export/index.php?id=".$domain_uuid."'\" value='Export'>\n";
|
||||
}
|
||||
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='domains.php'\" value='Back'>\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user