6 lines
81 B
PHP
6 lines
81 B
PHP
|
<?php
|
||
|
|
||
|
fwrite(STDERR, "Evil/pkg executed, this should not happen!\n");
|
||
|
|
||
|
exit(1);
|