Changes between Version 54 and Version 55 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
02/19/26 14:54:35 (5 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825db

    v54 v55  
    172172
    173173If a custom app includes PHP reports when MySQL is used the following code may included to create a symbolic link from the web server custom reports folder to the app reports folder.
     174
     175//appinfo.h//
     176{{{
     177#define REPORTS_SYMLINK                 "/usr/share/apache2/default-site/htdocs/reports/custom/" APP_NAME
     178}}}
    174179
    175180{{{#!c++