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