This commit is contained in:
xinatorus 2020-04-21 20:08:53 +02:00
parent a13c30a5c3
commit 7548f409f2
1 changed files with 24 additions and 29 deletions

View File

@ -1,9 +1,4 @@
<?php
$files = scandir('app/class/');
$files = array_diff($files, array('.', '..'));
foreach($files as $file) {
include_once 'app/class/'. $file;
}
class Ajax extends Template
{