reorganisation des dossiers
[mtweb] / mw / app / data / modules / share / mw_data_check_instance.php
diff --git a/mw/app/data/modules/share/mw_data_check_instance.php b/mw/app/data/modules/share/mw_data_check_instance.php
new file mode 100644 (file)
index 0000000..b471eaa
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+  class mw_data_check_instance extends mw_data{
+
+    function check_instance(){
+      return true;
+    }
+
+  }
+
+?>
\ No newline at end of file