[OJS 2.x] Any quick way to change variables? Through FTP?

Is there quicker way of change variables other than going through the site administrator pages, possibly using FTP?

For example, I’d like the variable {$siteTitle} to show something else, but I have no idea what I have to change to change that variable.

I think this is something that can be done quicker and easier through FTP.

The site title is in the database. See the table site_settings. The site_settings.setting_name is “title”, for each site_settings.locale which you have enabled. The site_settings.setting_value is the translated string, and the site_settings.setting_type is the constant “string”.