diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-08-21 13:50:25 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-08-21 13:50:25 +0200 |
commit | 958e9e467736690a46ae9129db43f8428fc3f04c (patch) | |
tree | 26794914aff9aa9ecf118f39d94a578575ccbaf1 /ratatoeskr/tmp/smarty | |
parent | ccf2fe853c2cfe629d92833df0e7abe6be4a7df3 (diff) | |
download | ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.tar.gz ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.tar.bz2 ratatoeskr-cms-958e9e467736690a46ae9129db43f8428fc3f04c.zip |
Added libs directory and configured Smarty.
Diffstat (limited to 'ratatoeskr/tmp/smarty')
-rw-r--r-- | ratatoeskr/tmp/smarty/.gitignore | 2 | ||||
-rw-r--r-- | ratatoeskr/tmp/smarty/INFO | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ratatoeskr/tmp/smarty/.gitignore b/ratatoeskr/tmp/smarty/.gitignore new file mode 100644 index 0000000..ee31da6 --- /dev/null +++ b/ratatoeskr/tmp/smarty/.gitignore @@ -0,0 +1,2 @@ +cache +templates_c 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. |