Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6bde7c8

Browse files
Comment outputting text on application before request event
1 parent f6ca858 commit 6bde7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$app = new Application(dirname(__DIR__), $config);
2626

2727
$app->on(Application::EVENT_BEFORE_REQUEST, function(){
28-
echo "Before request from second installation";
28+
// echo "Before request from second installation";
2929
});
3030

3131
$app->router->get('/', [SiteController::class, 'home']);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /