4a1e2e2fb5cda7a0d8d5d3abe192dd1db6e0b2fe
[nodeconfig.git] / PlanetLabConf / sfa_config.php
1 <?php
2 //
3 // SFA Component Manager configuration   
4 //
5 // $Id:
6 //
7
8 // Get admin API handle
9 require_once 'plc_config.php';
10
11 $config_directory = "/etc/sfa/";
12 $default_name = "sfa_component_config";
13 $file_name = $config_directory . $default_name;
14 readfile($file_name); 
15 exit();
16
17 ?>