You can add extra HTML code at the bottom of a history display page. This content will be added at the bottom of the page, just above the footer. To do so:
|
1. |
Create a script in the $BBHOME/ext/hist directory. This script should generate the HTML code you want to add to the page. |
|
2. |
In etc/bbdef-server.sh, add the name of the script to the BBHISTEXT variable. You can include more than one script. |
Tip. Make sure the scripts are only writable by the owner to prevent someone from executing malicious code.