From 54551bc4cb0dee8549c229d18fca3bf3dc0d5c48 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 31 Oct 2010 20:47:26 +0000 Subject: No longer used. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7430 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/MailmanLib.php | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/MailmanLib.php (limited to 'src/MailmanLib.php') diff --git a/src/MailmanLib.php b/src/MailmanLib.php deleted file mode 100644 index 3491d91..0000000 --- a/src/MailmanLib.php +++ /dev/null @@ -1,31 +0,0 @@ -. -# - -function read_raw_message($url) { - $input = file_get_contents($url); - if (!$input) { - throw new Exception("No input in $url"); - } - return $input; -} - -?> -- cgit v1.2.3