From 723c60f836c2a26de4fb517c6d7c841332f8a8d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 1 Sep 2010 08:48:16 +0000 Subject: [PATCH] typo --- PlanetLabConf/sfa_component_setup_cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlanetLabConf/sfa_component_setup_cron.php b/PlanetLabConf/sfa_component_setup_cron.php index 353bfe6..d5c0c9b 100644 --- a/PlanetLabConf/sfa_component_setup_cron.php +++ b/PlanetLabConf/sfa_component_setup_cron.php @@ -7,7 +7,7 @@ $default_name = "sfa_component_setup.cron"; $file_name = $default_name; -if (file_exists($filename)) { +if (file_exists($file_name)) { readfile($file_name); } exit(); -- 2.43.0