Project

General

Profile

Download (1.88 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
17c2c2fa 05/09/2014 12:57 PM Phil Davis

Use require_once in more places

I got:
PHP Fatal error: Cannot redeclare file_notice() (previously declared in /etc/inc/notices.inc:55) in /etc/inc/notices.inc on line 91
So there are places that notices.inc gets require() when already required.

34e2973e 03/15/2014 12:33 AM Chris Buechler

standardize URLs

2f909e2e 07/11/2012 06:09 PM Warren Baker

Correctly handle getopt so notifications are sent

38b52836 07/30/2010 11:39 PM Scott Ullrich

Update (C)

320a5ac1 07/30/2010 11:36 PM Scott Ullrich

Add header

ba905744 07/30/2010 11:32 PM Scott Ullrich

Adding script to allow sending messages to growl or email from normal shell scripts. Options are -e for email, -g for growl and -m 'message to send'