Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit e259946

Browse files
author
mattpass
committed
Highlight chmod text in README, id not needed
1 parent a7e1bb5 commit e259946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ git clone [email protected]:icecoder/icecoder /var/www/html/icecoder
2222

2323
#### Step 2: Set permissions on dirs & files
2424

25-
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`:
25+
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`:
2626

2727
`chown -R www-data.www-data /var/www/html`
2828

classes/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function getDemoModeIndicator($dark = false) {
168168
</style>
169169
';
170170
$content .= '
171-
<div id="demoModeIndicator" class="demoModeIndicator" title="' . $text['demo-mode']['Demo mode'] . '">' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'</div>
171+
<div class="demoModeIndicator" title="' . $text['demo-mode']['Demo mode'] . '">' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'</div>
172172
';
173173
return $content;
174174
}

0 commit comments

Comments
 (0)