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