I recently changed the SQL password to my database for a security reason.
I can't find the .php file where I can edit the settings accordingly
Can someone tell me where I can find this and even better the line its on.
Thanks.
include/settings.php
There is no settings.php in that directory.
I just thought I would point out that I am using the latest version of osTicket.
I found a mysql.php inside includes.
Any use?
Sorry, thats for 1.6RC5.
For 1.6ST its...
include/ost-config.php
ost-config.php
lines:
define('DBTYPE','mysql'); define('DBHOST','127.0.0.1'); define('DBNAME','DataBase_Name'); define('DBUSER','DataBase_User'); define('DBPASS','DataBasePassword');