mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Move feeds behind Patrons Circle login
This commit is contained in:
parent
0a32b295b0
commit
6c603016bd
20 changed files with 367 additions and 183 deletions
|
@ -8,7 +8,7 @@ $colorScheme = $_COOKIE['color-scheme'] ?? 'auto';
|
|||
$xmlDeclaration = $xmlDeclaration ?? true;
|
||||
|
||||
if($xmlDeclaration){
|
||||
header('content-type: application/xhtml+xml');
|
||||
header('content-type: application/xhtml+xml; charset=utf-8');
|
||||
print('<?xml version="1.0" encoding="utf-8"?>');
|
||||
print("\n");
|
||||
print("<!DOCTYPE html>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue