diff options
author | elij <elij.mx@gmail.com> | 2009-09-27 16:43:34 -0700 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-09-28 16:08:22 -0400 |
commit | a8bf1108b4443009088a4fa29a45b4b2994354a8 (patch) | |
tree | d8f8a9df34de02db0efe126b41e2dddd57eeef0f /web/html/xml/README.txt | |
parent | 907f27cb8277bf211dc5abd574ac3adde97f41cb (diff) | |
download | aurweb-a8bf1108b4443009088a4fa29a45b4b2994354a8.tar.xz |
cleanup rss2.php
- removed excessive string catenation, replaced with variable substitution
- consolidated http/https protocol checks
- simplified host header parse (centralized)
- moved cache file to /tmp, to remove need to custom permission directory in webdir
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/xml/README.txt')
-rw-r--r-- | web/html/xml/README.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xml/README.txt b/web/html/xml/README.txt deleted file mode 100644 index fb37d7a..0000000 --- a/web/html/xml/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -This is where the server will create the RSS feed file. -This directory should be writeable by the the webserver. |