partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit c5be07622f6e58a74b2904df8560a5fa06040033
parent 8859a839942f8e3807a0dcbd59d93fa6bc83ee94
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 25 Dec 2011 08:07:34 +0100

We are creating the config file now; remove remark in the complete screen

Diffstat:
Msrc/setup/js/SetupWizard.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/js/SetupWizard.js b/src/setup/js/SetupWizard.js @@ -85,7 +85,7 @@ Ext.define('PartKeeprSetup.SetupWizard', { items: [{ border: false, bodyStyle: 'background:none;', - html: "<b>PartKeepr is now set-up.</b><br/><br/><b>IMPORTANT: PLEASE COPY THE FILE config.template.php TO config.php AND ADJUST YOUR DATABASE SETTINGS!</b><br/><br/>If possible, set your web server's document root to the <b>frontend</b> directory.<br/><br/>To open PartKeepr, open the 'frontend' directory using your browser.<br/><br/>The default username/password combination is <b>admin/admin</b>" + html: "<b>PartKeepr is now set-up.</b><br/><br/>If possible, set your web server's document root to the <b>frontend</b> directory.<br/><br/>To open PartKeepr, open the 'frontend' directory using your browser.<br/><br/>The default username/password combination is <b>admin/admin</b>" }] }));