Update extension_imports.php

This commit is contained in:
FusionPBX
2018-09-28 10:48:43 -06:00
committed by GitHub
parent ec041e3e31
commit 43598725e5

View File

@@ -328,7 +328,7 @@
}
//send the redirect header
header("Location: ../extensions/extensions.php");
header("Location: extensions.php");
return;
}
}
@@ -344,7 +344,7 @@
echo " ".$text['description-import']."\n";
echo " </td>\n";
echo " <td valign='top' width='70%' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='../extensions/extensions.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='extensions.php?".$_GET["query_string"]."'\" value='".$text['button-back']."'>\n";
//echo " <input name='submit' type='submit' class='btn' id='import' value=\"".$text['button-import']."\">\n";
echo " </td>\n";
echo " </tr>\n";