From fd4abaecc6307be44196351ca47cd8916cfd6785 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Fri, 16 Jun 2006 14:54:36 +0000 Subject: [PATCH] require register_globals to be off --- setup.php | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/setup.php b/setup.php index 560bd052b..4b93ab8b3 100644 --- a/setup.php +++ b/setup.php @@ -1,5 +1,4 @@ + + @@ -44,8 +52,8 @@ include_once($conffile); and "chown apache:apache -R openemrwebroot/interface/main/calendar/modules/PostCalendar/pntemplates/cache". (If either subdirectory doesn't exist, create it first then do the chown above).
- The user name and group of apache may differ depending on your distro, i.e. - for Debian is www-data and www-data. + The user name and group of apache may differ depending on your OS, i.e. + for Debian they are www-data and www-data.

In order to take full advantage of the documents capability you @@ -59,22 +67,26 @@ include_once($conffile); "/tmp" won't work on your system.

-There's many information and extra tools bundled within OpenEMR Files. -
Please refer to openemr/Documentation -
Many forms and other useful scripts can be found at openemr/contrib -
OpenEMR now comes with optional GACL support, a fine grained access control system. Please refer to openemr/Documentation/README.phpgacl for -easy- installation. +There's much information and many extra tools bundled within the OpenEMR +installation directory. Please refer to openemr/Documentation. +
Many forms and other useful scripts can be found at openemr/contrib. +
OpenEMR now comes with optional GACL support, a fine grained access control +system. Please refer to openemr/Documentation/README.phpgacl for -easy- +installation.

-Reading openemr/includes/config.php and openemr/interface/globals.php is a good idea. +Reading openemr/includes/config.php and openemr/interface/globals.php is a good +idea.

- To ensure a consistent look and feel through out the application - using Firefox - is recommended. +To ensure a consistent look and feel through out the application +using Firefox +is recommended.

-The default user is "admin" and the default password is "pass" -

The initial OpenEMR user is "admin" and the password is "pass". +You should change this password! +

Click here to start using OpenEMR.

-- 2.11.4.GIT