diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/index.php b/site/index.php index 5b82484..be8c1d3 100644 --- a/site/index.php +++ b/site/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"> |