Browse Source

added fn_install_gslt

pull/549/head
Daniel Gibbs 10 years ago
parent
commit
73eea9d213
  1. 7
      functions/fn_functions

7
functions/fn_functions

@ -2,7 +2,7 @@
# LGSM fn_functions function # LGSM fn_functions function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 150715 # Version: 091215
# Description: Defines all functions to allow download and execution of functions using fn_runfunction. # Description: Defines all functions to allow download and execution of functions using fn_runfunction.
# This function is called first before any other function. Without this file other functions would not load. # This function is called first before any other function. Without this file other functions would not load.
@ -219,6 +219,11 @@ functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction
} }
fn_install_gslt(){
functionfile="${FUNCNAME}"
fn_runfunction
}
fn_install_header(){ fn_install_header(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction

Loading…
Cancel
Save