TEXT   28
conf
Guest on 10th March 2023 12:19:24 AM


  1. /*! \file conf.h
  2. \brief Include headers and define global variables.
  3. */
  4.  
  5. /*! \var DownloadSuffix
  6. A comma separated list of extensions to report as files downloaded by the user. The list is not case sensitive.
  7. */
  8.  
  9. /*! \var download_count
  10. The total number of files seen as downloaded.
  11. */
  12.  
  13. /*! \var LogoImage
  14. The image to link in the HTML files as the logo of the organisation generating the reports.
  15. */
  16.  
  17. /*! \var Width
  18. The width in pixel of the logo ::LogoImage to display in the HTML reports.
  19. */
  20.  
  21. /*! \var Height
  22. The height in pixel of the logo ::LogoImage to display in the HTML reports.
  23. */
  24.  
  25. /*! \var LogoText
  26. The text to display next to the logo of the organisation producing the reports.
  27. */
  28.  
  29. /*! \var LogoTextColor
  30. The color to write the text of the logo in ::LogoText.
  31. */

Raw Paste

Login or Register to edit or fork this paste. It's free.