shut down after rendering the page

This commit is contained in:
tracer 2022-10-23 14:22:18 +02:00
parent b4ab876463
commit f652132911

@ -32,5 +32,6 @@ class Template
} }
include $this->templateDir . $templateName; include $this->templateDir . $templateName;
exit(0);
} }
} }