From bb6857ddb490f2ad02e18130e4a0f794dfd8a2a2 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Tue, 24 Oct 2017 11:40:17 +0100 Subject: bf --- src/globals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.php b/src/globals.php index 5f66881..7d8586d 100755 --- a/src/globals.php +++ b/src/globals.php @@ -126,7 +126,7 @@ function revertupdatebocafile($dirboca, $t) { } else { if(is_file($dirboca) && substr($dirboca, 0, strlen('old.' . $t . '.')) == 'old.' . $t . '.') { @chmod($dirboca, 0600); - if(@copy($dirboca, substr($dirboca, strlen('old.' . $t . '.' .))) === true) $ok=1; + if(@copy($dirboca, substr($dirboca, strlen('old.' . $t . '.'))) === true) $ok=1; @chmod($dirboca, 0000); } } -- cgit v1.2.3