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