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:
shish 2008-09-09 09:21:22 +00:00
parent 94fe6f5a70
commit bacd459b62

View file

@ -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":