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

7 lines
54 B
PHP
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?php
function is_executable() {
return true;
}
?>