From 71b4c27b3fc980b9e898ec7ae049b0543e7e8f44 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Mon, 16 Feb 2015 12:49:41 -0500 Subject: [PATCH] remove useless require_once() --- admin_images.php | 1 - code/wfpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_images.php b/admin_images.php index 7e64aae..917526c 100644 --- a/admin_images.php +++ b/admin_images.php @@ -31,7 +31,6 @@ $GLOBALS['image_file_name'] = uniqid() . getmypid() . '.jpg'; # comment this out require_once('code/wfpl/format.php'); -require_once('code/wfpl/email.php'); require_once('code/wfpl/upload.php'); # example: 200x300 diff --git a/code/wfpl b/code/wfpl index eecd5e3..c2f9548 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit eecd5e3576866afc8091abe9b74352130fd8e6cc +Subproject commit c2f95486e25b8fb95aa1b070189815487eadc276 -- 1.7.10.4