diff options
Diffstat (limited to 'config/tftp/tftp.inc')
-rw-r--r-- | config/tftp/tftp.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/tftp/tftp.inc b/config/tftp/tftp.inc index 9d06573c..e19d68bb 100644 --- a/config/tftp/tftp.inc +++ b/config/tftp/tftp.inc @@ -32,7 +32,7 @@ */ -function guid() +function tftp_guid() { if (function_exists('com_create_guid')){ return com_create_guid(); @@ -53,7 +53,7 @@ function guid() //echo guid(); -function pkg_is_service_running($servicename) +function tftp_pkg_is_service_running($servicename) { exec("/bin/ps ax | awk '{ print $5 }'", $psout); array_shift($psout); @@ -68,7 +68,7 @@ function pkg_is_service_running($servicename) } } -function byte_convert( $bytes ) { +function tftp_byte_convert( $bytes ) { if ($bytes<=0) return '0 Byte'; @@ -293,4 +293,4 @@ function tftp_deinstall_command() } -?>
\ No newline at end of file +?> |