correction in webfinger.php activation trap
This commit is contained in:
parent
f928d4af56
commit
6e569c5ed1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if($_SERVER['SCRIPT_NAME'] == '/.well-known/host-meta.php') {
|
||||
if($_SERVER['SCRIPT_NAME'] == '/.well-known/webfinger.php') {
|
||||
header("Access-Control-Allow-Origin: *");
|
||||
} else {
|
||||
header('Please-first: activate');
|
||||
|
|
Loading…
Reference in a new issue