mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Fixed further inspection issues
This commit is contained in:
parent
33e36f3d2b
commit
87533b6031
37 changed files with 46 additions and 71 deletions
|
@ -73,6 +73,7 @@ class RedirectController extends AbstractController
|
|||
* Check if mod_rewrite is available (URL rewriting is possible).
|
||||
* If this is true, we can redirect to /en, otherwise we have to redirect to index.php/en.
|
||||
* When the PHP is not used via Apache SAPI, we just assume that URL rewriting is available.
|
||||
* @noinspection PhpUndefinedFunctionInspection
|
||||
*/
|
||||
public function checkIfModRewriteAvailable(): bool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue