Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Dec 4, 2018
2 parents b3e3b6b + 2da0230 commit c143bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
'valuetype' => 'text',
'default' => 'none',
'options' => array_merge([_MI_PUBLISHER_URL_REWRITE_NONE => 'none'], [_MI_PUBLISHER_URL_REWRITE_PATHINFO => 'path-info'], // Is performing module install/update?
($isModuleAction && in_array(PHP_SAPI, ['apache', 'apache2handler', 'cgi-fcgi'])) ? [_MI_PUBLISHER_URL_REWRITE_HTACCESS => 'htaccess'] : []),
($isModuleAction && in_array(PHP_SAPI, ['apache', 'apache2handler', 'cgi-fcgi', 'fpm-fcgi'])) ? [_MI_PUBLISHER_URL_REWRITE_HTACCESS => 'htaccess'] : []),
'category' => 'seo',
];

Expand Down

0 comments on commit c143bd4

Please sign in to comment.