more fixes

This commit is contained in:
nlopess
2005-09-16 09:42:51 +00:00
parent e71d2ba4db
commit 086c970766

View File

@@ -227,7 +227,7 @@ $smarty = new Smarty;
<![CDATA[ <![CDATA[
<?php <?php
require('/usr/local/lib/php/Smarty/Smarty.class.php'); require('/usr/local/lib/php/Smarty/Smarty.class.php');
$smarty = new Smarty;</screen> $smarty = new Smarty;
?> ?>
]]> ]]>
</programlisting> </programlisting>
@@ -377,7 +377,7 @@ chown nobody:nobody /web/www.example.com/smarty/guestbook/templates_c/
chmod 770 /web/www.example.com/smarty/guestbook/templates_c/ chmod 770 /web/www.example.com/smarty/guestbook/templates_c/
chown nobody:nobody /web/www.example.com/smarty/guestbook/cache/ chown nobody:nobody /web/www.example.com/smarty/guestbook/cache/
chmod 770 /web/www.example.com/smarty/guestbook/cache/</screen> chmod 770 /web/www.example.com/smarty/guestbook/cache/
]]> ]]>
</programlisting> </programlisting>
</example> </example>