X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PlanetLabConf%2Fsfa_config.php;fp=PlanetLabConf%2Fsfa_config.php;h=fee3dde5b13faa8de003e324471f7e65f008845c;hb=20992231316bb80e8e0486fb197e33c0d9a47789;hp=851128e1fc644ef8b0989d43a403e7ddca9185c0;hpb=17aadf1befded2c55ed63daa805fa48808d2f804;p=nodeconfig.git diff --git a/PlanetLabConf/sfa_config.php b/PlanetLabConf/sfa_config.php index 851128e..fee3dde 100755 --- a/PlanetLabConf/sfa_config.php +++ b/PlanetLabConf/sfa_config.php @@ -8,7 +8,9 @@ $config_directory = "/etc/sfa/"; $default_name = "sfa_component_config"; $file_name = $config_directory . $default_name; -readfile($file_name); +if (file_exists($filename)) { + readfile($file_name); +} exit(); ?>