We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85af96e commit 0bc8328Copy full SHA for 0bc8328
tests/data/app/controllers.php
@@ -154,12 +154,6 @@ public function GET()
154
}
155
156
157
-class facebookController {
158
- function GET($matches) {
159
- include __DIR__.'/view/facebook.php';
160
- }
161
-}
162
-
163
class form {
164
function GET($matches) {
165
data::set('query', $_GET);
tests/data/app/index.php
@@ -35,7 +35,6 @@
35
'/somepath/redirect_base_uri_has_path' => 'redirect_base_uri_has_path',
36
'/somepath/redirect_base_uri_has_path_302' => 'redirect_base_uri_has_path_302',
37
'/somepath/info' => 'info',
38
- '/facebook\??.*' => 'facebookController',
39
'/form/(.*?)(#|\?.*?)?' => 'form',
40
'/user-agent' => 'userAgent',
41
'/articles\??.*' => 'articles',
tests/data/app/view/facebook.php
0 commit comments