Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1145 → Rev 1146

/trunk/jrest/cli.php
51,6 → 51,7
$params = $argv;
$config = parse_ini_file('jrest.ini.php', TRUE);
$_SERVER['SERVER_NAME'] = 'localhost';
$service = new $nom_service($config);
if(!is_callable(array($service, $nom_methode))) {