delete obsolete wob.php file
authorkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sun, 4 Apr 2010 09:16:50 +0000 (09:16 +0000)
committerkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sun, 4 Apr 2010 09:16:50 +0000 (09:16 +0000)
git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@430 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33

www/wob.php [deleted file]

diff --git a/www/wob.php b/www/wob.php
deleted file mode 100644 (file)
index 659662e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?
-//
-// PHP Implementation: wob
-//
-// Description: interface for machine protocol v.2
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
-//
-
-include_once("inc/loader.php");
-include_once("inc/loader_nonadmin.php");
-$session=new Session;
-
-WobTransaction::handle();
-
-?>
\ No newline at end of file