PageRenderTime 62ms CodeModel.GetById 36ms RepoModel.GetById 0ms app.codeStats 0ms

/setup/inc/chmod.inc.php

https://bitbucket.org/cambell/osticket
PHP | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | d6184094edc239e34b976224a1d32611 MD5 | raw file
Possible License(s): AGPL-1.0
  1. <h1>Configuration file permission settings</h1><br>
  2. <p>osTicket installer requires ability to write to the configuration file <strong>include/ost-config.php</strong>. Please follow the instructions below to give read and write access to the web server.</p>
  3. <h4>Shh/Telnet</h4>
  4. <p>chmod 777 include/ost-config.php</p>
  5. <h4>FTP</h4>
  6. <p>Using WS_FTP this would be right hand clicking on the file ost-config.php , selecting chmod, and then giving all permissions to the file.</p>
  7. <h4>Cpanel</h4>
  8. <p>Click on the file, select change permission, and then giving all permissions to the file.</p>
  9. <br/>
  10. <div align="center"><b><a href="install.php">Done? Continue&raquo;</a></b></div>
  11. <br><br>