Convert existing AJAX functions to new framework
[infodrom.org/service.infodrom.org] / class / ajaxbackend.class.php
diff --git a/class/ajaxbackend.class.php b/class/ajaxbackend.class.php
deleted file mode 100644 (file)
index 234974b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-class AJAXBackend extends AJAXBackendBase {
-  public function salesText()
-  {
-    $sales = new Sales($_POST['id']);
-    $sales->setDescription($_POST['text']);    
-  }
-}
-