From 8c9af6d4cae56be22b18ba47973b7b596ae17379 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 29 Jun 2020 08:06:47 +0200 Subject: [PATCH] remove old code --- views/bootstrap/class.Info.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/views/bootstrap/class.Info.php b/views/bootstrap/class.Info.php index 66b9659ba..a733fef90 100644 --- a/views/bootstrap/class.Info.php +++ b/views/bootstrap/class.Info.php @@ -114,12 +114,6 @@ class SeedDMS_View_Info extends SeedDMS_Bootstrap_Style { contentContainerStart(); - echo $version->banner(); - $this->contentContainerEnd(); -// $this->contentContainerStart(); -// phpinfo(); -// $this->contentContainerEnd(); $this->contentEnd(); $this->htmlEndPage(); } /* }}} */