Typo: phpp -> php

This commit is contained in:
Aaron Soto
2018-04-16 12:36:21 -05:00
parent a577d5f095
commit 01e8370d52
@@ -99,7 +99,7 @@ Please note: The `normalize_uri` method will always follow these rules:
res = send_request_cgi({
'method' => 'GET',
'uri' => normalize_uri(uri, 'admin', 'index.phpp'),
'uri' => normalize_uri(uri, 'admin', 'index.php'),
'vars_get' => {
'p1' => "This is param 1",
'p2' => "This is param 2"