Description for uploader website
[simple-upload.git] / index.php
index 2d3bbe01f2923bea4118297cb8053204999b0834..9d8a4e867be41a75c70eb8a12dc63a3cc9fd847c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -20,6 +20,9 @@
                // Website title
                'title' => 'strace.club',
 
+               // Description for this website
+               'description' => '',
+
                // Base path (auto-detection)
                'base_path' => dirname(__FILE__) . DIRECTORY_SEPARATOR,
 
        </head>
        <body>
                <h1><?=$settings['title']?></h1>
+               <p><?=$settings['description']?></p>
                <form action="<?= $data['scriptname'] ?>" method="post" enctype="multipart/form-data" class="dropzone" id="simpleupload-form">
                        Maximum upload size: <?php echo $data['max_upload_size']; ?><br />
                        <input type="file" name="file[]" id="simpleupload-input" />