mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Comment debug
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -45,7 +45,7 @@ $cgi = new CGI;
|
|||||||
$ENV{PATH_INFO} =~ m/\/([^\/]*)\/([^\/]*)$/;
|
$ENV{PATH_INFO} =~ m/\/([^\/]*)\/([^\/]*)$/;
|
||||||
($table, $mode) = ($1, lc($2));
|
($table, $mode) = ($1, lc($2));
|
||||||
|
|
||||||
print STDERR "PATH_INFO=$ENV{PATH_INFO}, table=$table, mode=$mode\n";
|
#print STDERR "PATH_INFO=$ENV{PATH_INFO}, table=$table, mode=$mode\n";
|
||||||
|
|
||||||
if ($mode eq 'single') {
|
if ($mode eq 'single') {
|
||||||
# All parameters as POST
|
# All parameters as POST
|
||||||
|
Reference in New Issue
Block a user