diff options
author | Scott Ullrich <sullrich@pfsense.homeunix.net> | 2009-07-09 21:53:20 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.homeunix.net> | 2009-07-09 21:53:20 -0400 |
commit | 8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f (patch) | |
tree | bee7661ba32807d7b06e6db10fadaa9cac4ed4dc /etc/inc | |
parent | 66184513bc1e0abeea7f8404e69b2db1748300b1 (diff) | |
download | pfsense-8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f.zip pfsense-8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f.tar.gz |
Adding sockets
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/growl.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/growl.class b/etc/inc/growl.class index c819021..c0cf480 100644 --- a/etc/inc/growl.class +++ b/etc/inc/growl.class @@ -13,7 +13,7 @@ private $password; private $port; - public function __construct($address, $password = '', $app_name = 'PHP Growl') + public function __construct($address, $password = '', $app_name = 'PHP-Growl') { $this->appName = utf8_encode($app_name); $this->address = $address; |