Some fixes per Wisskid in the PR

This commit is contained in:
Scott Baker
2024-05-15 08:45:01 -07:00
parent 2042979701
commit 32c8339492

View File

@@ -37,10 +37,6 @@ spl_autoload_register(function ($class) {
// If the file exists, require it
if (file_exists($file)) {
//print "<div>Class <b>$class</b> maps to <code>$file</code></div>\n";
require_once($file);
}
});
// vim: tabstop=4 shiftwidth=4 noexpandtab autoindent softtabstop=4