diff options
author | Malf Furious <m@lfurio.us> | 2018-09-24 12:52:00 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-24 12:52:00 -0400 |
commit | c928adca5d7cd40a786da830ecea78369072fc19 (patch) | |
tree | f2e8242d24c6daf0c7941d194fd8c1cebab62ecd | |
parent | 1b85794742cabc9fbaef4d260bc597788240f0db (diff) | |
download | scrott-c928adca5d7cd40a786da830ecea78369072fc19.tar.gz scrott-c928adca5d7cd40a786da830ecea78369072fc19.zip |
Add missing require
Diffstat (limited to '')
-rw-r--r-- | app/view/pad.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; ?> |