diff --git a/index.php b/index.php index 0e3f674..6483d5b 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,7 @@ foreach (["class", "views"] as $dir) { $files = array_diff($files, array('.', '..', 'app')); foreach($files as $file) { + //echo './app/'.$dir.'/'. $file; include './app/'.$dir.'/'. $file; } }