File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ public function testResults()
123
123
. '<tr><td>geVar(2)</td><td> ' . $ this ->router ->getVar (2 ) . '</td></tr> '
124
124
. '<tr><td>geVar(3)</td><td> ' . $ this ->router ->getVar (3 ) . '</td></tr> '
125
125
. '<tr><td>geVar(4)</td><td> ' . $ this ->router ->getVar (4 ) . '</td></tr> '
126
- . '<tr><td>getGet()</td><td> ' . $ this ->getGetResults () . '</td></tr> '
127
126
. '<tr><td>getCurrent()</td><td> ' . $ this ->router ->getCurrent () . '</td></tr> '
128
127
. '<tr><td>getHome()</td><td> ' . $ this ->router ->getHome () . '</td></tr> '
129
128
. '<tr><td>getCurrentFull()</td><td> ' . $ this ->router ->getCurrentFull () . '</td></tr> '
@@ -139,6 +138,7 @@ public function testResults()
139
138
. "<tr><td>getServer('SERVER_NAME')</td><td> " . $ this ->router ->getServer ('SERVER_NAME ' ) . '</td></tr> '
140
139
. "<tr><td>getServer('HTTPS')</td><td> " . $ this ->router ->getServer ('HTTPS ' ) . '</td></tr> '
141
140
. "<tr><td>getServer('SERVER_PORT')</td><td> " . $ this ->router ->getServer ('SERVER_PORT ' ) . '</td></tr> '
141
+ . '<tr><td>getGet()</td><td> ' . $ this ->getGetResults () . '</td></tr> '
142
142
. '</table> '
143
143
. '<p>[ Router setup: '
144
144
. '<a href="?forceSlash=1">Force Slash</a> - <a href="?forceSlash=0">Do Not Force Slash</a> ]</p> ' ;
You can’t perform that action at this time.
0 commit comments