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

1 line
89 B
PHP

<?php $command = "5"; if (php_sapi_name() === "cli") echo $command; else return $command;