Fix the path used in the domains_edit.php file.
This commit is contained in:
parent
22c02a5f23
commit
8a76c40501
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue