From 958e9e467736690a46ae9129db43f8428fc3f04c Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 21 Aug 2011 13:50:25 +0200 Subject: Added libs directory and configured Smarty. --- ratatoeskr/tmp/smarty/INFO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ratatoeskr/tmp/smarty/INFO (limited to 'ratatoeskr/tmp/smarty/INFO') diff --git a/ratatoeskr/tmp/smarty/INFO b/ratatoeskr/tmp/smarty/INFO new file mode 100644 index 0000000..fe980f1 --- /dev/null +++ b/ratatoeskr/tmp/smarty/INFO @@ -0,0 +1,6 @@ +Temp / Cache dir for smarty +needs two subdirectories: "templates_c" and "cache". The server needs full file +access (rwx) to both of them. Usually you can do this by set the group to +"apache" or "nobody" and then `chmod 775`, or if you do not have the rights to +set the group: `chmod 777`, but this usually not a good idea (because everyone +can now see this files), so only do this if you can not set the group. -- cgit v1.2.3-54-g00ecf