From: <ex...@us...> - 2013-08-26 11:40:43
|
Revision: 6292 http://sourceforge.net/p/web-erp/reponame/6292 Author: exsonqu Date: 2013-08-26 11:40:39 +0000 (Mon, 26 Aug 2013) Log Message: ----------- 26/8/2013 Exson Add A default company name to make the installation as dummy as possible. Modified Paths: -------------- trunk/install/index.php Modified: trunk/install/index.php =================================================================== --- trunk/install/index.php 2013-08-26 05:43:36 UTC (rev 6291) +++ trunk/install/index.php 2013-08-26 11:40:39 UTC (rev 6292) @@ -1003,6 +1003,7 @@ //@para $MysqlEx is refer to the php mysql extention if it's false, it means the php configuration only support mysql instead of mysqli //The purpose of this function is to display the final screen for users to input company, admin user accounts etc informatioin function CompanySetup($UserLanguage,$HostName,$UserName,$Password,$DatabaseName,$MysqlExt = FALSE){//display the company setup for users + $CompanyName = $DatabaseName; ?> <h1><?php echo _('webERP Installation Wizard'); ?></h1> <!--<p style="text-align:center;"><?php echo _("Please enter the company name and please pay attention the company will be as same as the database name"); ?></p>--> |