diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2019-10-29 13:56:36 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-29 14:22:26 +0100 |
commit | 03e3f88eef2e8de82338a806abae132ef9565621 (patch) | |
tree | d3e2abb7e04d3d367fb0ee08af05b7d73b1916ec /admin/WebConsole/idiomas/php/eng | |
parent | e21eb0caeb8f7a3db6857f0be4a283c9836885ee (diff) |
#915 Remove dead code that uses SocketHidra
This patch removes files that are dead code and that also use SocketHidra.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php b/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php deleted file mode 100644 index 94896066..00000000 --- a/admin/WebConsole/idiomas/php/eng/tareascomandos_eng.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -//________________________________________________________________________________________________________ -// -// Php language file: tareascomandos_eng.php -// Language: English -//________________________________________________________________________________________________________ - $TbMsg=array(); - $TbMsg[0]='Task Commands Management'; - $TbMsg[1]='Included Commands'; - $TbMsg[2]='Task'; - $TbMsg[3]='Command name'; - $TbMsg[4]='Ord.'; - $TbMsg[5]='Parameter'; - $TbMsg[6]='Value'; - $TbMsg[7]='(*)Please check the box to exclude any command from this task.'; |