Update extensions.php

This commit is contained in:
FusionPBX 2018-09-28 11:06:32 -06:00 committed by GitHub
parent ed5022fde9
commit ddefbb2967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
}
}
if (permission_exists('extension_import')) {
echo "<input type='button' class='btn' alt='".$text['button-import']."' onclick=\"window.location='/app/extension_imports/extension_imports.php'\" value='".$text['button-import']."'>\n";
echo "<input type='button' class='btn' alt='".$text['button-import']."' onclick=\"window.location='extension_imports.php'\" value='".$text['button-import']."'>\n";
}
if (permission_exists('extension_export')) {
echo " <input type='button' class='btn' value='".$text['button-export']."' onclick=\"window.location.href='extension_download.php'\">\n";