diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | install/index.php | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |