1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Issue #6 - LAN fixes. Default timezone set to UTC. Issue #1174 - Extra check added on multiple-login check.

This commit is contained in:
Cameron
2015-09-02 09:57:56 -07:00
parent e55e305d0c
commit 0ab62ac407
4 changed files with 7 additions and 23 deletions

View File

@@ -858,7 +858,7 @@ class e_install
</tr>
<tr>
<td>".LANINS_016."</td>
<td>MySQL</td>
<td>{$mysql_note}</td>
<td class='{$mysqlColor}'>{$mysql_help}</td>
</tr>
@@ -1466,7 +1466,7 @@ class e_install
$this->previous_steps['prefs']['install_date'] = time();
$this->previous_steps['prefs']['siteurl'] = e_HTTP;
$this->previous_steps['prefs']['sitetag'] = LAN_PREF_2;
$this->previous_steps['prefs']['sitetag'] = "e107 Website System";
$this->previous_steps['prefs']['sitedisclaimer'] = '';
$this->previous_steps['prefs']['replyto_name'] = $this->previous_steps['admin']['display'];