updated versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/php -q
|
||||
<?php
|
||||
$installationVersion = '11.5';
|
||||
$installationVersion = '11.6';
|
||||
$p = getenv('DOMAIN_PROTOCOL') ?: 'http';
|
||||
$d = getenv('DOMAIN') ?: 'localhost';
|
||||
$s = getenv('SALT') ?: uniqid();
|
||||
|
||||
Reference in New Issue
Block a user