1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Fixed LAN on installer and removed trailing slashes from menu_paths on default install.

This commit is contained in:
CaMer0n
2009-08-31 02:07:08 +00:00
parent d6c87894bd
commit a4cb2693e0
3 changed files with 22 additions and 21 deletions

View File

@@ -9,8 +9,8 @@
* Installation file
*
* $Source: /cvs_backup/e107_0.8/install_.php,v $
* $Revision: 1.28 $
* $Date: 2009-08-31 02:00:51 $
* $Revision: 1.29 $
* $Date: 2009-08-31 02:07:08 $
* $Author: e107coders $
*
*/
@@ -816,7 +816,7 @@ class e_install
$this->template->SetTag("installation_heading", LANINS_001);
$this->template->SetTag("stage_pre", LANINS_002);
$this->template->SetTag("stage_num", LANINS_058);
$this->template->SetTag("stage_num", LANINS_120);
$this->template->SetTag("stage_title", LANINS_071);