Update tinyfilemanager.php
Browse files- tinyfilemanager.php +0 -9
tinyfilemanager.php
CHANGED
@@ -350,19 +350,10 @@ if ($use_auth) {
|
|
350 |
<div class="card-body">
|
351 |
<form class="form-signin" action="" method="post" autocomplete="off">
|
352 |
<div class="mb-3">
|
353 |
-
<div class="brand">
|
354 |
-
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" M1008 width="100%" height="80px" viewBox="0 0 238.000000 140.000000" aria-label="H3K Tiny File Manager">
|
355 |
-
<g transform="translate(0.000000,140.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
|
356 |
-
<path d="M160 700 l0 -600 110 0 110 0 0 260 0 260 70 0 70 0 0 -260 0 -260 110 0 110 0 0 600 0 600 -110 0 -110 0 0 -260 0 -260 -70 0 -70 0 0 260 0 260 -110 0 -110 0 0 -600z"/>
|
357 |
-
<path fill="#003500" d="M1008 1227 l-108 -72 0 -117 0 -118 110 0 110 0 0 110 0 110 70 0 70 0 0 -180 0 -180 -125 0 c-69 0 -125 -3 -125 -6 0 -3 23 -39 52 -80 l52 -74 73 0 73 0 0 -185 0 -185 -70 0 -70 0 0 115 0 115 -110 0 -110 0 0 -190 0 -190 181 0 181 0 109 73 108 72 1 181 0 181 -69 48 -68 49 68 50 69 49 0 249 0 248 -182 -1 -183 0 -107 -72z"/>
|
358 |
-
<path d="M1640 700 l0 -600 110 0 110 0 0 208 0 208 35 34 35 34 35 -34 35 -34 0 -208 0 -208 110 0 110 0 0 212 0 213 -87 87 -88 88 88 88 87 87 0 213 0 212 -110 0 -110 0 0 -208 0 -208 -70 -69 -70 -69 0 277 0 277 -110 0 -110 0 0 -600z"/></g>
|
359 |
-
</svg>
|
360 |
-
</div>
|
361 |
<div class="text-center">
|
362 |
<h1 class="card-title"><?php echo APP_TITLE; ?></h1>
|
363 |
</div>
|
364 |
</div>
|
365 |
-
<hr />
|
366 |
<div class="mb-3">
|
367 |
<label for="fm_usr" class="pb-2"><?php echo lng('Username'); ?></label>
|
368 |
<input type="text" class="form-control" id="fm_usr" name="fm_usr" required autofocus>
|
|
|
350 |
<div class="card-body">
|
351 |
<form class="form-signin" action="" method="post" autocomplete="off">
|
352 |
<div class="mb-3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
<div class="text-center">
|
354 |
<h1 class="card-title"><?php echo APP_TITLE; ?></h1>
|
355 |
</div>
|
356 |
</div>
|
|
|
357 |
<div class="mb-3">
|
358 |
<label for="fm_usr" class="pb-2"><?php echo lng('Username'); ?></label>
|
359 |
<input type="text" class="form-control" id="fm_usr" name="fm_usr" required autofocus>
|