]> jfr.im git - uguu.git/commitdiff
Delete upload.e1ac13855adfa478d8926be2da304459.rtpl.php
authorEric Johansson (neku) <redacted>
Mon, 5 Oct 2015 22:54:26 +0000 (00:54 +0200)
committerEric Johansson (neku) <redacted>
Mon, 5 Oct 2015 22:54:26 +0000 (00:54 +0200)
rain/cache/upload.e1ac13855adfa478d8926be2da304459.rtpl.php [deleted file]

diff --git a/rain/cache/upload.e1ac13855adfa478d8926be2da304459.rtpl.php b/rain/cache/upload.e1ac13855adfa478d8926be2da304459.rtpl.php
deleted file mode 100644 (file)
index a9ed4d2..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php if(!class_exists('raintpl')){exit;}?><div class="container">
-    <form class="col s12" action="api.php?d=upload" method="post" enctype="multipart/form-data">
-        <input type="hidden" name="MAX_FILE_SIZE" value="150000000" />
-            <div class="file-field input-field">
-                <input class="file-path validate" type="text" readonly="readonly"/>
-                    <div class="btn ie-btn-fix">
-                        <span>File</span>
-                        <input id="file" type="file" name="file" />
-                    </div>
-                </div>
-
-                <p>
-                    <input type="checkbox" id="randomname" name="randomname" />
-                    <label for="randomname">Generate random filename</label>
-                </p>
-
-                <div class="row">
-                    <div class="input-field col s12">
-                        <input id="customname" type="text" name="name">
-                        <label for="customname">Custom filename, e.g cat.flac (optional)</label>
-                    </div>
-                </div>
-
-                <button class="btn waves-effect waves-light" type="submit">Upload
-                    <i class="mdi-content-send right"></i>
-                </button>
-            </div>
-    </form>
-</div>