aboutsummaryrefslogtreecommitdiff
path: root/app/class/modelfont.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/modelfont.php')
-rw-r--r--app/class/modelfont.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/modelfont.php b/app/class/modelfont.php
index 135a3df..11ce6dd 100644
--- a/app/class/modelfont.php
+++ b/app/class/modelfont.php
@@ -4,6 +4,7 @@ class Modelfont extends Model
{
public function list()
{
+ var_dump(Model::fontpath());
if ($handle = opendir(Model::fontpath())) {
$list = [];
while (false !== ($entry = readdir($handle))) {