summaryrefslogtreecommitdiffstats
path: root/kamailio-listusers-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-02 19:09:20 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-02 19:09:20 +0000
commit653a746f44df864c9576cc11dda6e0235b4d19c4 (patch)
treea127c2c7deec54f0661f273f354d15fbd4b4cc30 /kamailio-listusers-html.lsp
parentb963f85bac515410282ae6ff2395785017bbfcd7 (diff)
downloadacf-kamailio-653a746f44df864c9576cc11dda6e0235b4d19c4.tar.bz2
acf-kamailio-653a746f44df864c9576cc11dda6e0235b4d19c4.tar.xz
Removed redirect_to_referrer calls
Diffstat (limited to 'kamailio-listusers-html.lsp')
-rw-r--r--kamailio-listusers-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-listusers-html.lsp b/kamailio-listusers-html.lsp
index a4bd57a..d380a83 100644
--- a/kamailio-listusers-html.lsp
+++ b/kamailio-listusers-html.lsp
@@ -23,7 +23,7 @@
<%= html.link{value = "updateuser?username=" .. user.username.."&redir="..page_info.orig_action, label="Update "} %>
<% end %>
<% if viewlibrary.check_permission("deleteuser") then %>
- <%= html.link{value = "deleteuser?username=" .. user.username, label="Delete "} %>
+ <%= html.link{value = "deleteuser?submit=true&username=" .. user.username, label="Delete "} %>
<% end %>
</TD>
<% end %>