Update getauthtoken.php

This commit is contained in:
Mario 2023-02-27 13:20:03 +02:00 committed by GitHub
parent a41757f8e7
commit 0da89c0af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once 'core/classes.php';
require_once 'core/classes/user.php';
header('content-type:plain/text');
header('content-Type: text/plain');
ob_start();
session_start();
if($maintenance && $pagename !== "Maintenance") {