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