Fix the path used in the domains_edit.php file.

This commit is contained in:
Mark Crane 2013-05-12 19:14:04 +00:00
parent 22c02a5f23
commit 8a76c40501
1 changed files with 1 additions and 1 deletions

View File

@ -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";