1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 19:38:44 +00:00
termux-packages/packages/tenki-php/tenki-php.conf
2022-03-08 05:06:43 +09:00

17 lines
397 B
Plaintext

Alias /tenki @TERMUX_PREFIX@/share/tenki-php
<Directory @TERMUX_PREFIX@/share/tenki-php>
Options Indexes FollowSymLinks
DirectoryIndex index.php
<IfModule mod_php7.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
</Directory>