diff options
author | CiaranG <ciaran@ciarang.com> | 2009-03-12 17:58:20 +0000 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2009-03-12 17:58:20 +0000 |
commit | 78519c43b9c20fef2086d940e874b160858b8bdd (patch) | |
tree | 54d4e02e37962b3a985c19263e01e7e1b574b913 | |
parent | 75f2095a0009b3a3414ec6063e24256b83fd7030 (diff) |
Fixed an error in the README - path setting for installed in root is '', not '/'
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -877,7 +877,7 @@ This section is a catch-all for site-wide variables. name: the name of your site, like 'YourCompany Microblog'. server: the server part of your site's URLs, like 'example.net'. -path: The path part of your site's URLs, like 'mublog' or '/' +path: The path part of your site's URLs, like 'mublog' or '' (installed in root). fancy: whether or not your site uses fancy URLs (see Fancy URLs section above). Default is false. |