Files
luos/gulliver/thirdparty/html2ps_pdf/stubs.is_executable.inc.php

7 lines
54 B
PHP
Executable File

<?php
function is_executable() {
return true;
}
?>