initial checkin
authorTony Mack <tmack@cs.princeton.edu>
Wed, 16 Dec 2009 21:51:35 +0000 (21:51 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 16 Dec 2009 21:51:35 +0000 (21:51 +0000)
PlanetLabConf/sfa_config.php [new file with mode: 0755]

diff --git a/PlanetLabConf/sfa_config.php b/PlanetLabConf/sfa_config.php
new file mode 100755 (executable)
index 0000000..4a1e2e2
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+//
+// SFA Component Manager configuration   
+//
+// $Id:
+//
+
+// Get admin API handle
+require_once 'plc_config.php';
+
+$config_directory = "/etc/sfa/";
+$default_name = "sfa_component_config";
+$file_name = $config_directory . $default_name;
+readfile($file_name); 
+exit();
+
+?>