From 26d907d8329e4d2b713f4cfa04bc9be75fdc6134 Mon Sep 17 00:00:00 2001 From: andres_paglayan Date: Tue, 19 Apr 2005 19:54:10 +0000 Subject: [PATCH] note about upgrading --- setup.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setup.php b/setup.php index 7a0243242..217e3dc24 100644 --- a/setup.php +++ b/setup.php @@ -20,12 +20,12 @@ include_once($conffile); -Pennington Firm OpenEMR Setup Tool +OpenEMR Setup Tool -Pennington Firm OpenEMR Setup +OpenEMR Setup

@@ -52,7 +52,7 @@ Try \"chown apache:apache -R openemrwebroot/interface/main/calendar/modules/Post You must also make sure your PHP installation (normally set in your php.ini file) has \"file_uploads enabled\", that \"upload_max_filesize\" is appropriate for your use and that \"upload_tmp_dir\" is set to a correct value if the default of \"/tmp\" won't work on your system.

-To ensure a consistent look and feel through out the application Pennington Firm, LLC recommends using Firefox. +To ensure a consistent look and feel through out the application using Firefox is recommended.

Click here to start using OpenEMR. @@ -374,7 +374,10 @@ break; case 0: default: -echo "Welcome to Pennington Firm OpenEMR. This utility will step you through the configuration of OpenEMR for your practice. Before proceeding, be sure that you have a properly installed and configured MySQL server available, and a PHP configured webserver.

\n"; +echo "Welcome to OpenEMR. This utility will step you through the configuration of OpenEMR for your practice. Before proceeding, be sure that you have a properly installed and configured MySQL server available, and a PHP configured webserver.

\n"; + +Echo "

If you are upgrading from a previous version, please read the README file.

" + echo "



"; -- 2.11.4.GIT