Fix the restore default for redirect URL for those using the web root/fusionpbx dir.

This commit is contained in:
Mark Crane
2013-03-20 14:25:23 +00:00
parent c62a7ec9f9
commit 0e2551ed09

View File

@@ -55,7 +55,7 @@ else {
//show a message to the user
require_once "includes/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=/core/menu/menu_edit.php?id=$menu_uuid\">\n";
echo "<meta http-equiv=\"refresh\" content=\"2;url=".PROJECT_PATH."/core/menu/menu_edit.php?id=$menu_uuid\">\n";
echo "<div align='center'>\n";
echo "Restore Complete\n";
echo "</div>\n";