Browse Source

added missing fn_details_config function for source

pull/276/head
Daniel Gibbs 10 years ago
parent
commit
1e9e90b0e9
  1. 3
      functions/fn_details

3
functions/fn_details

@ -2,7 +2,7 @@
# LGSM fn_details function # LGSM fn_details function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://danielgibbs.co.uk
# Version: 210115 # Version: 220115
# Description: Displays server infomation. # Description: Displays server infomation.
@ -213,6 +213,7 @@ fn_details_statusbottom
fn_sourcedetails(){ fn_sourcedetails(){
fn_check_ip fn_check_ip
fn_parms fn_parms
fn_details_config
fn_details_distro fn_details_distro
fn_details_os fn_details_os
fn_details_performance fn_details_performance

Loading…
Cancel
Save