shut down after rendering the page

This commit is contained in:
tracer 2022-10-23 14:22:18 +02:00
parent b4ab876463
commit f652132911
1 changed files with 1 additions and 0 deletions

View File

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