diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-02-14 16:43:05 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-14 16:43:05 +0100 |
commit | 74f57266a0b422d6ce06f9da2d9e94ff123b60b1 (patch) | |
tree | 561cb0d2c2f810fb6d931ecb8a3e24529f69f409 /INSTALL | |
parent | 9dd9dd531d7257849b50f1a0762b201bfb225a1f (diff) |
INSTALL: fix path to config files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ * run install.php to make sure all dependencies are installed -* Copy all files from system/application/config/example to - system/application/config +* Copy all files from ./application/config/example to ./application/config * Change them to fit your needs * The necessary database tables are created automatically when accessing your pastebin * Copy htaccess.txt to .htaccess if you want shorter URLs |