From da18060bb217647c09ad22013f620f474fb867d0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:14:28 +0200 Subject: Adding upstream version 0.0.1+20160321. Signed-off-by: Daniel Baumann --- library/BoxyDash/Grid.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 library/BoxyDash/Grid.php (limited to 'library/BoxyDash') diff --git a/library/BoxyDash/Grid.php b/library/BoxyDash/Grid.php new file mode 100644 index 0000000..cec3940 --- /dev/null +++ b/library/BoxyDash/Grid.php @@ -0,0 +1,27 @@ +getSection('boxydash'); + $this->baseUrl = rtrim($cfg->get('base_url', $this->baseUrl), '/'); + } + + -- cgit v1.2.3