How to change favicon update-save

Discussion in 'Installation/Configuration' started by agenturadler, Jan 20, 2023.

  1. agenturadler

    agenturadler New Member

    I'm searching for a way to change the favicon to our agency favicon in an update-save way.

    The logo can be changed via a base64 image stored in database table `sys_ini`. Is there a similar way for changing the favicon?
    I suggest, that the files will be overridden, if I change the files in `assets/favicon`? So, that wouldn't be update-safe.

    Thank you for your help.
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    The easiest way to go is change it in the theme files and change it back after each update. For such minor modifications you can write a script to monitor file changes in the themes folder and copy over the favicon when it changes.
     
    ahrasis likes this.

Share This Page