Skip to content
Snippets Groups Projects
Commit 7d971849 authored by Ian Webb's avatar Ian Webb
Browse files

Fix typo in suggested permissions for config file

parent 24dbf6e5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ $url=URL;
<h2>Config file permission:</h2>
Change permission of ost-config.php to remove write access as shown below.
<ul>
<li><b>CLI</b>:<br><i>chmod 0664 include/ost-config.php</i></li>
<li><b>CLI</b>:<br><i>chmod 0644 include/ost-config.php</i></li>
<li><b>FTP</b>:<br>Using WS_FTP this would be right hand clicking on the file, selecting chmod, and then remove write access</li>
<li><b>Cpanel</b>:<br>Click on the file, select change permission, and then remove write access.</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment