zfinger
This commit is contained in:
7
boot.php
7
boot.php
@@ -521,6 +521,13 @@ if(! class_exists('App')) {
|
||||
$this->module = 'hostxrd';
|
||||
}
|
||||
|
||||
if(strstr($this->cmd,'.well-known/zot-guid/')) {
|
||||
$this->argc -= 1;
|
||||
array_shift($this->argv);
|
||||
$this->argv[0] = 'zfinger';
|
||||
$this->module = 'zfinger';
|
||||
}
|
||||
|
||||
/**
|
||||
* See if there is any page number information, and initialise
|
||||
* pagination
|
||||
|
||||
Reference in New Issue
Block a user