]> jfr.im git - uguu.git/blobdiff - rain/template/info.html
Adding options in the config file
[uguu.git] / rain / template / info.html
index ef956839cfb610aa586ceb6adcf133f9648c5bd1..4ee7e06c7e733abc4deec6d9707580e54eca9d9e 100644 (file)
@@ -3,16 +3,14 @@
         <div class="col s12">
             <div class="card-panel blue-grey darken-1">
                 <div class="card-content white-text">
-                    <span class="card-title">Info</span>
-                    <p>Store any filetype with a size up to 150MB for up to 1 hour.
+                    <span class="card-title"><b>Info</b></span>
+                    <p>Store any filetype with a size up to 150MB for up to {retention_time}.
                     Uguu cares about your privacy and stores NO logs.
                     </p>
-
                     <p>
-                    If you would like to upload using ShareX read <a style="color: #bbdefb" href="https://github.com/ShareX/ShareX/wiki/Custom-Uploader-examples#uguuse">this</a>.<br />
                     To upload using curl or make a tool you can post using:<br />
-                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload</code> (HTML Response)<br />
-                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool</code> (Plain text Response)</p>
+                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload</code> (HTML Response)<br />
+                        <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload-tool</code> (Plain text Response)</p>
                 </div>
             </div>
         </div>