check before reading the configuration.
[nodeconfig.git] / PlanetLabConf / sfa_config.php
1 <?php
2 //
3 // SFA Component Manager configuration   
4 //
5 // $Id:
6 //
7
8 $config_directory = "/etc/sfa/";
9 $default_name = "sfa_component_config";
10 $file_name = $config_directory . $default_name;
11 if (file_exists($filename)) {
12     readfile($file_name); 
13 }
14 exit();
15
16 ?>