7 lines
54 B
PHP
Executable File
7 lines
54 B
PHP
Executable File
<?php
|
|
|
|
function is_executable() {
|
|
return true;
|
|
}
|
|
|
|
?>
|