-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync translations & hide UNIX commands on Windows
Closes #19
- Loading branch information
1 parent
5801045
commit 4b6432f
Showing
8 changed files
with
642 additions
and
857 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
<?php | ||
|
||
/* | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Azuriom</title> | ||
</head> | ||
<body style="font-family: sans-serif; text-align: center; margin-top: 1rem"> | ||
<h1>Azuriom - PHP installation issue</h1> | ||
<h2>PHP is not executed</h2> | ||
<p>If you see this page in your browser, it means that PHP is not installed or not configured properly on your server.</p> | ||
<p>On Linux with Apache2 you can try the following command: <code>apt install libapache2-mod-php</code></p> | ||
<p>If you are using another setup, please refer to your web server documentation.</p> | ||
<hr> | ||
<p>This is NOT an issue related to Azuriom.</p> | ||
</body> | ||
</html><!-- | ||
*/ | ||
|
||
$validInstallationUrlRewrite = true; | ||
|
||
require __DIR__.'/../index.php'; |
Oops, something went wrong.