summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5a3c57c..6c9b611 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ polished project.
Other Notes
-----------
-All of the PHP files have a directory hardcoded into them to either
-look for the org-mode files in, or upload them to. I've got it set to
-`/home/luke/j1-uploads`. Perhaps one day I'll move that to a single
-config file.
+Yeah, I did all the bad-practice spitting-out-HTML-from-logic-code
+and using globals stuff. This was a quickie hack. It's basically
+just one PHP script (at least on the PHP side). Don't worry, my other
+projects use MVC and all that.