Subversion Repositories eFlore/Applications.cel

Rev

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

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