From a932f486f20f3daf8ad657d8d39a6d6c316e66eb Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 4 Dec 2018 00:02:17 +0100 Subject: [PATCH] namespacing: \Shaarli\Router Signed-off-by: VirtualTam --- application/Router.php | 43 +++++++++++---------- index.php | 3 +- plugins/addlink_toolbar/addlink_toolbar.php | 2 + plugins/demo_plugin/demo_plugin.php | 1 + plugins/isso/isso.php | 1 + plugins/markdown/markdown.php | 1 + plugins/playvideos/playvideos.php | 2 + plugins/pubsubhubbub/pubsubhubbub.php | 1 + plugins/qrcode/qrcode.php | 2 + tests/RouterTest.php | 9 +---- tests/plugins/PluginAddlinkTest.php | 2 + tests/plugins/PluginPlayvideosTest.php | 2 + tests/plugins/PluginPubsubhubbubTest.php | 1 + tests/plugins/PluginQrcodeTest.php | 2 + 14 files changed, 42 insertions(+), 30 deletions(-) diff --git a/application/Router.php b/application/Router.php index beb3165..05877ac 100644 --- a/application/Router.php +++ b/application/Router.php @@ -1,4 +1,5 @@