From bacd459b628f6a71fc99810b710fb91da1f63656 Mon Sep 17 00:00:00 2001 From: shish Date: Tue, 9 Sep 2008 09:21:22 +0000 Subject: [PATCH] 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 --- core/page.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/page.class.php b/core/page.class.php index 55b35507..0cf91da3 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -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":