Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4d2c2f673b06f4543740f42e82a6dfe08bc3de39
https://github.com/phpmyadmin/phpmyadmin/commit/4d2c2f673b06f4543740f42e82a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-21 (Sat, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/LogoutController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/logout.php
Log Message:
-----------
Create Controllers\LogoutController controller
Moves the logout entry point to the LogoutController and removes the
entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7112434f51903c8955b8bdf0f68cd49cea4e6e86
https://github.com/phpmyadmin/phpmyadmin/commit/7112434f51903c8955b8bdf0f68…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-21 (Sat, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Database/TrackingController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/database/tracking.php
Log Message:
-----------
Create Database\TrackingController controller
Moves the database tracking entry point logic to the
Database\TrackingController and removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>