aboutsummaryrefslogtreecommitdiff
path: root/admin/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-12 16:25:52 +0200
committerMinteck <contact@minteck.org>2022-04-12 16:25:52 +0200
commit823daba76e353f7b70ab315575a33560d668da00 (patch)
tree54966fb7d1d42cfb50d9e459c6d0c4765f9ffa0b /admin/index.php
parentf5d140a3ef6e34658f6a9a6cc58ee32d01427782 (diff)
downloadcloudsdale-823daba76e353f7b70ab315575a33560d668da00.tar.gz
cloudsdale-823daba76e353f7b70ab315575a33560d668da00.tar.bz2
cloudsdale-823daba76e353f7b70ab315575a33560d668da00.zip
Enable file uploader button
Diffstat (limited to 'admin/index.php')
-rwxr-xr-xadmin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index 942db44..21ed5e5 100755
--- a/admin/index.php
+++ b/admin/index.php
@@ -20,7 +20,7 @@
<div class="card-body">
<h4 class="card-title">File Uploader</h4>
<p class="card-text">Extensible, secure and fast file uploader.</p>
- <a href="/admin/uploads" class="btn btn-primary disabled">Manage</a>
+ <a href="/admin/uploads" class="btn btn-primary">Manage</a>
</div>
</div>
</div>