diff options
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. +# Including common functions +. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh + # Reading defaults if [ -r /etc/default/live-helper.cgi ] then |