From e802d5204b96d645ec3d40b81b4a8bdc6e0ee675 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 4 Nov 2019 23:31:31 +0100 Subject: refactor: switch to psr-4 autoloading --- app/class/controllerinfo.php | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 app/class/controllerinfo.php (limited to 'app/class/controllerinfo.php') diff --git a/app/class/controllerinfo.php b/app/class/controllerinfo.php deleted file mode 100644 index 82d247d..0000000 --- a/app/class/controllerinfo.php +++ /dev/null @@ -1,25 +0,0 @@ -user->iseditor()) { - $this->showtemplate('info', ['version' => getversion()]); - } - } - - - - - - -} - - -?> \ No newline at end of file -- cgit v1.2.3