Skip to content
Snippets Groups Projects
Commit 77ee8e1a authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1127 from thaeli/develop


Fix typo in suggested permissions for config file

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 1f946ffc 7d971849
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