PhyrePanel-mirror/web/app/ApiClient.php

12 lines
143 B
PHP
Raw Normal View History

2024-04-22 11:14:05 +00:00
<?php
namespace App;
class ApiClient
{
public static function getPhyrePHP()
{
return '/usr/local/phyre/php/bin/php';
}
}