a start towards moving debug info out of search engines' path
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1046 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
94fe6f5a70
commit
bacd459b62
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class GenericPage {
|
|||
|
||||
public function display() {
|
||||
header("Content-type: {$this->type}");
|
||||
header("X-Powered-By: Shimmie-".VERSION);
|
||||
|
||||
switch($this->mode) {
|
||||
case "page":
|
||||
|
|
Reference in a new issue