Update call_edit.php (#4891)

This commit is contained in:
chansizzle 2019-11-22 17:39:20 -07:00 committed by FusionPBX
parent 8fc76b5f10
commit a92b70a6aa
1 changed files with 3 additions and 1 deletions

View File

@ -466,6 +466,8 @@
}
//prepare the autocomplete
if($_SESSION['follow_me']['follow_me_autocomplete']['boolean'] == 'true') {
echo "<link rel=\"stylesheet\" href=\"".PROJECT_PATH."/resources/jquery/jquery-ui.min.css\" />\n";
echo "<script src=\"".PROJECT_PATH."/resources/jquery/jquery-ui.min.js\"></script>\n";
echo "<script type=\"text/javascript\">\n";
@ -488,7 +490,7 @@
echo "});\n";
echo "</script>\n";
}
//create token
$object = new token;
$token = $object->create($_SERVER['PHP_SELF']);