From 7108193596b876062833df2466c95e931719cace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Aragunde=20P=C3=A9rez?= Date: Wed, 27 Feb 2013 17:32:42 +0100 Subject: [PATCH] Added reminder to remove the 'install' directory in upgrade instructions. Fix typo. --- INSTALL | 2 +- docs/admin/installation.rst | 2 +- docs/admin/upgrade.rst | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 4d1dc2770..80d42a650 100644 --- a/INSTALL +++ b/INSTALL @@ -130,7 +130,7 @@ Step 5: remove dangerous files Once the installation is complete and you have checked it is working, remove the ``install/`` and ``update/`` directories inside your PhpReport, to prevent other -users to reset your DB. +users from resetting your DB. Step 6: last configuration bits =============================== diff --git a/docs/admin/installation.rst b/docs/admin/installation.rst index 437429cdb..490a5698c 100644 --- a/docs/admin/installation.rst +++ b/docs/admin/installation.rst @@ -130,7 +130,7 @@ Step 5: remove dangerous files Once the installation is complete and you have checked it is working, remove the ``install/`` and ``update/`` directories inside your PhpReport, to prevent other -users to reset your DB. +users from resetting your DB. Step 6: last configuration bits =============================== diff --git a/docs/admin/upgrade.rst b/docs/admin/upgrade.rst index 2ac1ef6e0..0804b4b4c 100644 --- a/docs/admin/upgrade.rst +++ b/docs/admin/upgrade.rst @@ -18,8 +18,8 @@ script:: http://your-web-server/phpreport/update/update-from-2.0-to-2.1.php -Once the upgrade is complete, remove the ``update/`` directory inside your -PhpReport, to prevent other users to alter your DB. +Once the upgrade is complete, remove the directories ``update/`` and ``install/`` +inside your PhpReport, to prevent other users from altering your DB. .. WARNING :: @@ -60,4 +60,4 @@ database (destination):: During the process you might be asked some questions to resolve migration conflicts. Finally, when the process is complete, test the application, and remember to remove the directories ``update/`` and ``install/`` to prevent other -users to alter your DB. +users from altering your DB.