mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-17 19:13:46 +02:00
Dynamic supported versions on frontpage
This commit is contained in:
parent
58b5efb96c
commit
b69293ab6d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if(isset($_SERVER['HTTP_HOST']) && preg_match('/danwin1210\.(i2p|me)$/', $_SERVE
|
||||||
<p>What you will get:</p>
|
<p>What you will get:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Free anonymous webhosting</li>
|
<li>Free anonymous webhosting</li>
|
||||||
<li>Chose between PHP 7.0, 7.1, 7.2 or no PHP support</li>
|
<li>Chose between PHP <?php echo implode(', ', PHP_VERSIONS); ?> or no PHP support</li>
|
||||||
<li>Nginx Webserver</li>
|
<li>Nginx Webserver</li>
|
||||||
<li>SQLite support</li>
|
<li>SQLite support</li>
|
||||||
<li>1 MariaDB (MySQL) database</li>
|
<li>1 MariaDB (MySQL) database</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue