From e259946dcc328b339b6f91c1008b6c4fa3319d05 Mon Sep 17 00:00:00 2001 From: mattpass Date: Tue, 17 Nov 2020 17:00:15 +0000 Subject: [PATCH] Highlight chmod text in README, id not needed --- README.md | 2 +- classes/System.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cff023f..c05d55d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ git clone git@github.com:icecoder/icecoder /var/www/html/icecoder #### Step 2: Set permissions on dirs & files -You'll need to ensure both the ICEcoder dir and the wwwroot dir have permissions to read, write and execute. This can be done by changing permissions (using chmod), but it it safer and so better, to use `chown`: +You'll need to ensure both the ICEcoder dir and the wwwroot dir have permissions to read, write and execute. This can be done by changing permissions (using `chmod`), but it it safer and so better, to use `chown`: `chown -R www-data.www-data /var/www/html` diff --git a/classes/System.php b/classes/System.php index b1e36bf..64f070d 100644 --- a/classes/System.php +++ b/classes/System.php @@ -168,7 +168,7 @@ class System '; $content .= ' -
' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'
+
' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'
'; return $content; }