Files
interblue.pl/modules/pshowimporter/get_php_command.php
2024-10-25 14:16:28 +02:00

1 line
108 B
PHP

<?php $command = "/usr/local/bin/php71"; if (php_sapi_name() === "cli") echo $command; else return $command;