security/tor: hotfix tor API endpoint

This commit is contained in:
Fabian Franz
2021-07-05 09:16:14 +02:00
committed by Franco Fichtner
parent 722d316508
commit b189f6ccbb
@@ -74,7 +74,7 @@ class ServiceController extends ApiControllerBase
* query tor hidden service hostnames
* @return array
*/
public function get_hidden_servicesAction()
public function getHiddenServicesAction()
{
$backend = new Backend();
$response = json_decode($backend->configdRun('tor gethostnames'));