partkeepr

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

commit 0119130329b9862bee8eaa28bd24997545a5e0af
parent ba6335ebcdf5233e6793db5b28312ab4f91a04c6
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 21 Dec 2011 08:33:37 +0100

Added a notice that the user needs to touch config.php manually for now.

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 @@ -84,7 +84,7 @@ Ext.define('PartKeeprSetup.SetupWizard', { items: [{ border: false, bodyStyle: 'background:none;', - 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>" + 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>" }] }));