/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
- <h1>Configuration file permission settings</h1><br>
- <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>
- <h4>Shh/Telnet</h4>
- <p>chmod 777 include/toro-config.php</p>
- <h4>FTP</h4>
- <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>
- <h4>Cpanel</h4>
- <p>Click on the file, select change permission, and then giving all permissions to the file.</p>
- <br/>
- <div align="center"><b><a href="install.php">Done? Continue»</a></b></div>
- <br><br>