forked from Mirrors/keyoxide-web
Fix content transfer
This commit is contained in:
parent
39e08750a7
commit
1fbbdcc70d
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ if(is_array($match) && is_callable($match['target'])) {
|
||||||
|
|
||||||
case 'profile':
|
case 'profile':
|
||||||
$content = file_get_contents('pages/profile.html');
|
$content = file_get_contents('pages/profile.html');
|
||||||
$content = str_replace('%UID%', $match['params']['uid'], $content);
|
|
||||||
header('Content-Type: text/html; charset=utf-8');
|
header('Content-Type: text/html; charset=utf-8');
|
||||||
print($content);
|
print($content);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue