1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Update local-sample.config.php

This commit is contained in:
Éric Gaspar 2024-08-23 18:35:20 +02:00
parent 7f70077c00
commit 44c7f6339c

View file

@ -20,7 +20,7 @@ return [
// ****************************************************************
'config' => [
'php_path' => '/usr/bin/php',
'php_path' => '/usr/bin/php__PHPVERSION__',
'admin_email' => '__EMAIL__',
'sitename' => 'Friendica Social Network',
'register_policy' => \Friendica\Module\Register::OPEN,