* code for task#1091.
This commit is contained in:
7
module/install/js/step2.js
Normal file
7
module/install/js/step2.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$.get("pathinfo.php", function(result)
|
||||
{
|
||||
$('#requestType').val('PATH_INFO');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user