summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-21 07:41:41 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-21 07:41:41 -0300
commit8d8b1af7088c705f23483e24aef363d3055d377f (patch)
treee20711c57c298f6e4839ea98ae7cff29d09ddb4f
parent2ccac12588f59039c88d06126762f41be2f65ce2 (diff)
downloadpfsense-8d8b1af7088c705f23483e24aef363d3055d377f.zip
pfsense-8d8b1af7088c705f23483e24aef363d3055d377f.tar.gz
Remove unused function remove_numbers()
-rw-r--r--etc/inc/globals.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 8c3ba2a..21be0e4 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -34,12 +34,6 @@
*/
-function remove_numbers($string) {
- $nums = array("1", "2", "3", "4", "5", "6", "7", "8", "9", "0", " ");
- $string = str_replace($nums, '', $string);
- return $string;
-}
-
$g = array(
"base_packages" => "siproxd",
"event_address" => "unix:///var/run/check_reload_status",
OpenPOWER on IntegriCloud