PageRenderTime 56ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 0ms

/setup/inc/chmod.inc.php

https://github.com/torots/ToRo-Tickets
PHP | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 8370e6cf7632188d91777f15025bfeae MD5 | raw file
  1. <h1>Configuration file permission settings</h1><br>
  2. <p>osTicket installer requires ability to write to the configuration file <strong>include/toro-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/toro-config.php</p>
  5. <h4>FTP</h4>
  6. <p>Using WS_FTP this would be right hand clicking on the file toro-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>