summaryrefslogtreecommitdiffstats
path: root/etc/inc/growl.class
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:53:20 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:53:20 -0400
commit8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f (patch)
treebee7661ba32807d7b06e6db10fadaa9cac4ed4dc /etc/inc/growl.class
parent66184513bc1e0abeea7f8404e69b2db1748300b1 (diff)
downloadpfsense-8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f.zip
pfsense-8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f.tar.gz
Adding sockets
Diffstat (limited to 'etc/inc/growl.class')
-rw-r--r--etc/inc/growl.class2
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;
OpenPOWER on IntegriCloud