From c928adca5d7cd40a786da830ecea78369072fc19 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Mon, 24 Sep 2018 12:52:00 -0400 Subject: Add missing require --- app/view/pad.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/view') diff --git a/app/view/pad.php b/app/view/pad.php index 82ee84f..cc857f6 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -14,6 +14,7 @@ require_once "model/pad.php"; require_once "view/stdpage.php"; +require_once "view/datalsts.php"; ?> -- cgit v1.2.3