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