Update init-settings.php

This commit is contained in:
Ivan Diaz 2017-04-23 02:21:45 -03:00 committed by GitHub
parent 466d264d17
commit 8ad1145ffc
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class InitSettingsController extends Controller {
'allow-attachments' => 0,
'max-size' => 1024,
'title' => 'Support Center',
'url' => 'http://dev3.opensupports.com',
'url' => 'http://' . $_SERVER['HTTP_HOST'],
'registration' => !!Controller::request('registration'),
'user-system-enabled' => !!Controller::request('user-system-enabled'),
'last-stat-day' => date('YmdHi', strtotime(' -12 day ')),