starting work on the interface
[CBFWR.git] / bin / cbfwrd.php
index d2a0e83..7271d4a 100644 (file)
@@ -52,6 +52,11 @@ while($cont) {
 
 function cbfwd_commandProcessor($command)
 {
+       $cmds = explode(" ", $command);
        
+       switch($cmds[0]) {
+               case "...":
+                       break;
+       }
 }
 ?>
\ No newline at end of file