diff options
Diffstat (limited to 'site/contrib')
-rw-r--r-- | site/contrib/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index 713f62d..e15c2c7 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -16,8 +16,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -?> -<?php + header('Content-type: text/html; charset=utf-8'); ob_start(); include_once "../variables.php"; include_once "../functions.php"; @@ -25,7 +24,6 @@ <!DOCTYPE html> <html> <head> - <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> |