b471eaacd94af76eaef362aebd55f669655be696
[mtweb] / mw / app / data / modules / share / mw_data_check_instance.php
1 <?php
2
3   class mw_data_check_instance extends mw_data{
4
5     function check_instance(){
6       return true;
7     }
8
9   }
10
11 ?>