Subversion Repositories eFlore/Applications.cel

Rev

Rev 774 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 774 Rev 1146
Line 49... Line 49...
49
		$nom_methode = array_shift($argv);
49
		$nom_methode = array_shift($argv);
Line 50... Line 50...
50
		
50
		
Line 51... Line 51...
51
		$params = $argv;
51
		$params = $argv;
-
 
52
		
52
		
53
		$config =  parse_ini_file('jrest.ini.php', TRUE);
Line 53... Line 54...
53
		$config =  parse_ini_file('jrest.ini.php', TRUE);
54
		$_SERVER['SERVER_NAME'] = 'localhost';
54
		$service = new $nom_service($config);
55
		$service = new $nom_service($config);
55
		
56