Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JamshidbekAkhlidinov committed Feb 15, 2024
2 parents 1c40cf8 + 1fb357f commit 2ab5501
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/admin/controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ public function actionIndex()
{
return $this->render('index');
}

public function actionData()
{
dd($_SERVER);
}
}

0 comments on commit 2ab5501

Please sign in to comment.