04-13-2018, 07:34 AM
Hi Brandin, thanks a lot.
I've found that the '@' prefix was my "missunderstood" and drove me crazy.
Is around line 414 aprox.
If you just leave empty it the problem starts, because it build up an empty folder "@" and in your root make you a file with name like "@@backup_us_files_blah_blah_blah" then you're not able to delete nor download because of double '@'.
I'm trying to implementbefore the input, but it's necessary bootstrat v4... we'll see.
I've found that the '@' prefix was my "missunderstood" and drove me crazy.
Code:
$backup_dest = "@".$settings->backup_dest;//::from 4.2.9a
If you just leave empty it the problem starts, because it build up an empty folder "@" and in your root make you a file with name like "@@backup_us_files_blah_blah_blah" then you're not able to delete nor download because of double '@'.
I'm trying to implement
Code:
<div class="input-group-text">@</div>