5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
<?php
|
|
// phpcs:ignoreFile
|
|
print 'PHP was executed!';
|
|
?>
|
<?php
|
|
// phpcs:ignoreFile
|
|
print 'PHP was executed!';
|
|
?>
|