From: Banana Date: Wed, 1 Jan 2020 19:52:54 +0000 (+0100) Subject: adding some custom headers X-Git-Tag: v0.3-beta~1 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=c8b3475972368ab3f7e52f6f45636f8d258170c9;p=selfpaste.git adding some custom headers --- diff --git a/webroot/index.php b/webroot/index.php index a16ad8f..176a20a 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -108,6 +108,7 @@ elseif ($_create === true) { ); } +header('X-PROVIDED-BY: selfpaste'); header($contentType); http_response_code($httpResponseCode); if(file_exists('view/'.$contentView.'.inc.php')) {