We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbec092 commit ea91606Copy full SHA for ea91606
1 file changed
scripts/pi-hole/php/teleporter.php
@@ -358,6 +358,7 @@ function noun($num)
358
359
$flushtables = isset($_POST['flushtables']);
360
361
+ echo 'Start importing...'."<br>\n";
362
foreach (new RecursiveIteratorIterator($archive) as $file) {
363
if (isset($_POST['blacklist']) && $file->getFilename() === 'blacklist.txt') {
364
$num = archive_insert_into_table($file, 'blacklist', $flushtables);
@@ -559,7 +560,7 @@ function noun($num)
559
560
}
561
562
unlink($fullfilename);
- echo 'OK';
563
+ echo 'Done importing';
564
if ($reloadsettingspage) {
565
echo "<br>\n<span data-forcereload></span>";
566
0 commit comments