aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-02-05 00:59:52 +0100
committerCamil Staps2015-02-05 00:59:52 +0100
commitc67e9b8f06636f0a3b011e378898c2ec64fa3ad5 (patch)
tree9ef0b5d568dd74c2b94d1fad21bbb87ebe850d70
parentChanged text on About (diff)
Updated todo; changed text in installation
-rw-r--r--README.md1
-rw-r--r--install/index.php4
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2090c4..17a84c8 100644
--- a/README.md
+++ b/README.md
@@ -111,5 +111,6 @@ When you delete an invoice file, it's not actually deleted. Instead, it's placed
* Assignments long descriptions
* The order to which an assignment is linked
* The contact to which an order is linked
+ * Different languages for different contacts
* Add a calendar plugin to the date fields
* Appendices feature: upload custom documents and link them to assignments (for functional designs, specifications, etc.) \ No newline at end of file
diff --git a/install/index.php b/install/index.php
index 85a6c4d..3921161 100644
--- a/install/index.php
+++ b/install/index.php
@@ -106,4 +106,6 @@ if (isset($_GET['create_tables'])) {
<ol>
<li><a href="?create_tables">Create database tables</a></li>
-</ol> \ No newline at end of file
+</ol>
+
+<p>When you're done, it would be the neatest to remove the /install folder (even though this whole control panel should not be accessible for the public).</p> \ No newline at end of file