Add VERSION information and source in common live-helper common functions.
This commit is contained in:
parent
bb33608ee8
commit
04489e6b9f
3
cgi/cgi
3
cgi/cgi
|
@ -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
|
||||
|
|
|
@ -326,5 +326,7 @@
|
|||
<input type="reset" value="Reset" />
|
||||
|
||||
<input type="submit" value="Submit" />
|
||||
|
||||
Version: VERSION
|
||||
|
||||
</form>
|
||||
|
|
|
@ -346,5 +346,7 @@
|
|||
<input type="reset" value="Reset" />
|
||||
|
||||
<input type="submit" value="Submit" />
|
||||
|
||||
Version: VERSION
|
||||
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue