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:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user