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