Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Alto
/
rkn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e2eb0273
authored
2021-06-08 16:05:21 +0300
by
san58
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
доп информация при парсинге
1 parent
d7537307
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
commands/ScanController.php
commands/ScanController.php
View file @
e2eb027
...
...
@@ -69,7 +69,7 @@ class ScanController extends Controller
if
(
$progress
!==
$progress_current
)
{
$progress
=
$progress_current
;
echo
PHP_EOL
.
'Time: '
.
date
(
'Y.m.d H:i:s'
)
.
' Progress: '
.
(
10
*
$progress
)
.
'%
domains: '
.
$csv_row
;
echo
PHP_EOL
.
'Time: '
.
date
(
'Y.m.d H:i:s'
)
.
' Progress: '
.
(
10
*
$progress
)
.
'%
line: '
.
$csv_row
.
' (Insert: '
.
$this
->
ansiFormat
(
$rec
[
'insert'
],
Console
::
BOLD
,
Console
::
FG_BLUE
)
.
' Update:'
.
$this
->
ansiFormat
(
$rec
[
'update'
],
Console
::
BOLD
,
Console
::
FG_BLUE
)
.
')'
;
}
unset
(
$progress_current
);
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment