mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
final iteration of how the output looks, i swear
This commit is contained in:
@@ -53,7 +53,7 @@ while (false !== ($hash = readdir($dh))) {
|
|||||||
{
|
{
|
||||||
if(file_exists(ALT_FOLDER.DS.$hash))
|
if(file_exists(ALT_FOLDER.DS.$hash))
|
||||||
{
|
{
|
||||||
echo "\n [!] Skipping existing $hash\n";
|
echo " [!] Skipping existing $hash \n";
|
||||||
++$skips;
|
++$skips;
|
||||||
$skipsize+=$thissize;
|
$skipsize+=$thissize;
|
||||||
}
|
}
|
||||||
@@ -70,7 +70,7 @@ while (false !== ($hash = readdir($dh))) {
|
|||||||
{
|
{
|
||||||
++$errors;
|
++$errors;
|
||||||
$errorsize+=$thissize;
|
$errorsize+=$thissize;
|
||||||
echo "\n [X] ERROR $hash not allowed format: $info\n";
|
echo " [X] ERROR $hash not allowed format: $info \n";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user