mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
commit
596fdada15
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
|
||||||
@echo off
|
@echo off
|
||||||
powershell -Command "Write-Output '%1%'"
|
powershell -Command "Write-Output '%1%'"
|
||||||
EOT;
|
EOT;
|
||||||
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv.bat';
|
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_1.bat';
|
||||||
|
|
||||||
file_put_contents($batch_file_path, $batch_file_content);
|
file_put_contents($batch_file_path, $batch_file_content);
|
||||||
|
|
||||||
|
@ -25,5 +25,5 @@ proc_close($proc);
|
||||||
"¬epad.exe
|
"¬epad.exe
|
||||||
--CLEAN--
|
--CLEAN--
|
||||||
<?php
|
<?php
|
||||||
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv.bat');
|
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv_1.bat');
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
|
||||||
@echo off
|
@echo off
|
||||||
powershell -Command "Write-Output '%1%'"
|
powershell -Command "Write-Output '%1%'"
|
||||||
EOT;
|
EOT;
|
||||||
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv.cmd';
|
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_2.cmd';
|
||||||
|
|
||||||
file_put_contents($batch_file_path, $batch_file_content);
|
file_put_contents($batch_file_path, $batch_file_content);
|
||||||
|
|
||||||
|
@ -25,5 +25,5 @@ proc_close($proc);
|
||||||
"¬epad<>^()!.exe
|
"¬epad<>^()!.exe
|
||||||
--CLEAN--
|
--CLEAN--
|
||||||
<?php
|
<?php
|
||||||
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv.cmd');
|
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv_2.cmd');
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -12,7 +12,7 @@ $batch_file_content = <<<EOT
|
||||||
@echo off
|
@echo off
|
||||||
powershell -Command "Write-Output '%1%'"
|
powershell -Command "Write-Output '%1%'"
|
||||||
EOT;
|
EOT;
|
||||||
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv.bat';
|
$batch_file_path = __DIR__ . '/ghsa-54hq-v5wp-fqgv_3.bat';
|
||||||
|
|
||||||
file_put_contents($batch_file_path, $batch_file_content);
|
file_put_contents($batch_file_path, $batch_file_content);
|
||||||
|
|
||||||
|
@ -25,5 +25,5 @@ proc_close($proc);
|
||||||
"¬epad.exe
|
"¬epad.exe
|
||||||
--CLEAN--
|
--CLEAN--
|
||||||
<?php
|
<?php
|
||||||
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv.bat');
|
@unlink(__DIR__ . '/ghsa-54hq-v5wp-fqgv_3.bat');
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue