X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PlanetLabConf%2Fsfa_config.php;h=e3e563dfbb16a393cc0e758d0de02495a8236d70;hb=6552abf59a332977e10520772dab68fe31f0c95c;hp=851128e1fc644ef8b0989d43a403e7ddca9185c0;hpb=b6aa898a826b4b14472c9654bce1660ca2b15571;p=nodeconfig.git diff --git a/PlanetLabConf/sfa_config.php b/PlanetLabConf/sfa_config.php index 851128e..e3e563d 100755 --- a/PlanetLabConf/sfa_config.php +++ b/PlanetLabConf/sfa_config.php @@ -2,13 +2,13 @@ // // SFA Component Manager configuration // -// $Id: -// $config_directory = "/etc/sfa/"; $default_name = "sfa_component_config"; $file_name = $config_directory . $default_name; -readfile($file_name); +if (file_exists($file_name)) { + readfile($file_name); +} exit(); ?>