diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 17:00:50 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 17:00:50 +0200 |
commit | 8311cba002dfcaf1836530b978f944f7228ac004 (patch) | |
tree | d8ff9eac15957194a53e4c6e94d4bd9eb2d89c2d /ratatoeskr/tmp/smarty | |
parent | a85e1fbbfbbaef176141e98a4691273cd06d0a65 (diff) | |
download | ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.tar.gz ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.tar.bz2 ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.zip |
Replaced Smarty with STE and started the backend.
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, 0 insertions, 8 deletions
diff --git a/ratatoeskr/tmp/smarty/.gitignore b/ratatoeskr/tmp/smarty/.gitignore deleted file mode 100644 index ee31da6..0000000 --- a/ratatoeskr/tmp/smarty/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -cache -templates_c diff --git a/ratatoeskr/tmp/smarty/INFO b/ratatoeskr/tmp/smarty/INFO deleted file mode 100644 index fe980f1..0000000 --- a/ratatoeskr/tmp/smarty/INFO +++ /dev/null @@ -1,6 +0,0 @@ -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. |