fix more path typos

This commit is contained in:
mohrt
2003-04-18 16:18:52 +00:00
parent 4c62ef5a47
commit aa7d2b3418

View File

@@ -224,11 +224,11 @@ $smarty = new Smarty;</screen>
<title>Setting file permissions</title> <title>Setting file permissions</title>
<screen> <screen>
chown nobody:nobody /web/www.mydomain.com/smarty/templates_c/ chown nobody:nobody /web/www.mydomain.com/smarty/guestbook/templates_c/
chmod 770 /web/www.mydomain.com/smarty/templates_c/ chmod 770 /web/www.mydomain.com/smarty/guestbook/templates_c/
chown nobody:nobody /web/www.mydomain.com/smarty/cache/ chown nobody:nobody /web/www.mydomain.com/smarty/guestbook/cache/
chmod 770 /web/www.mydomain.com/smarty/cache/</screen> chmod 770 /web/www.mydomain.com/smarty/guestbook/cache/</screen>
</example> </example>
<note> <note>