shut down after rendering the page
This commit is contained in:
@ -32,5 +32,6 @@ class Template
|
|||||||
}
|
}
|
||||||
|
|
||||||
include $this->templateDir . $templateName;
|
include $this->templateDir . $templateName;
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user