diff options
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 722c38e4776..21a4e2df010 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -63,3 +63,8 @@ if (isset($_['files'])) { <?php echo $l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.');?> </p> </div> +<div id="scanning-message"> + <p> + <?php echo $l->t('Files are being scanned, please wait.');?> + </p> +</div> |