Fix the restore default for redirect URL for those using the web root/fusionpbx dir.
This commit is contained in:
parent
c62a7ec9f9
commit
0e2551ed09
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue