* code for task#1091.

This commit is contained in:
zhujinyong
2013-01-10 01:07:19 +00:00
parent 6bb73aa24f
commit 8b8b3eddb9

View File

@@ -0,0 +1,7 @@
$(document).ready(function()
{
$.get("pathinfo.php", function(result)
{
$('#requestType').val('PATH_INFO');
});
});