From 889e8eaf7c40817663dd602a21ac771062ccac3b Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 21 Jun 2012 16:34:27 +0200 Subject: Big change, sir. Can now upload any kind of files. --- tpl/image/upload.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tpl/image/upload.php (limited to 'tpl/image/upload.php') diff --git a/tpl/image/upload.php b/tpl/image/upload.php deleted file mode 100644 index 71283cf..0000000 --- a/tpl/image/upload.php +++ /dev/null @@ -1,16 +0,0 @@ - "Image file : ", "type" => "file", "name" => "image"), - array("label" => "Image title (optionnal) : ", "type" => "text", "name" => "name") - ); -$validate = "Upload"; - -require("tpl/general/form.php"); - - -- cgit v1.2.3