From 5161b1c8fdc8ff69005f864a89127fc18db6d4ed Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 24 Oct 2010 01:53:21 +0000 Subject: started cleaning up the upload action --- lib/upload.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 lib/upload.php (limited to 'lib/upload.php') diff --git a/lib/upload.php b/lib/upload.php new file mode 100644 index 000000000..a7dd7611d --- /dev/null +++ b/lib/upload.php @@ -0,0 +1,38 @@ + $mem_avail) { + return false; + } + + return true; +} \ No newline at end of file -- cgit v1.2.3