spelling: phppath

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:38:03 -04:00
parent 68a5a99d8b
commit 04cbbcd2ff
3 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@
{{/foreach}}
</table>
{{if $phpath}}
{{if $phppath}}
<input type="hidden" name="config-php_path" value="{{$php_path}}">
{{/if}}

View file

@ -21,7 +21,7 @@ return [
// ****************************************************************
'config' => [
'php_path' => '{{$phpath|escape:'quotes' nofilter}}',
'php_path' => '{{$phppath|escape:'quotes' nofilter}}',
'admin_email' => '{{$adminmail|escape:'quotes' nofilter}}',
'sitename' => 'Friendica Social Network',
'register_policy' => \Friendica\Module\Register::OPEN,