From f2c3e558cc6bfdc8925a109ed2563c8150d51a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek?= Date: Sun, 4 Feb 2018 23:57:19 +0100 Subject: [PATCH] * minimum PHP is now 5.3.3 * added command to change permissions of system/cache directory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3780a33..0e855490 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Official website: https://my-aac.org ### REQUIREMENTS - - PHP 5.3.0 or later + - PHP 5.3.3 or later - MySQL database - PDO PHP Extension - XML PHP Extension @@ -28,6 +28,7 @@ Official website: https://my-aac.org chmod 660 images/guilds chmod 660 images/houses chmod 660 images/gallery + chmod -R 770 system/cache Visit http://your_domain/install (http://localhost/install) and follow instructions in the browser.