Skip to content

Commit 0bc8328

Browse files
NaktibaldaDavertMik
authored andcommitted
Removed Facebook module (#5444)
1 parent 85af96e commit 0bc8328

File tree

3 files changed

+0
-117
lines changed

3 files changed

+0
-117
lines changed

tests/data/app/controllers.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,6 @@ public function GET()
154154
}
155155
}
156156

157-
class facebookController {
158-
function GET($matches) {
159-
include __DIR__.'/view/facebook.php';
160-
}
161-
}
162-
163157
class form {
164158
function GET($matches) {
165159
data::set('query', $_GET);

tests/data/app/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'/somepath/redirect_base_uri_has_path' => 'redirect_base_uri_has_path',
3636
'/somepath/redirect_base_uri_has_path_302' => 'redirect_base_uri_has_path_302',
3737
'/somepath/info' => 'info',
38-
'/facebook\??.*' => 'facebookController',
3938
'/form/(.*?)(#|\?.*?)?' => 'form',
4039
'/user-agent' => 'userAgent',
4140
'/articles\??.*' => 'articles',

tests/data/app/view/facebook.php

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)