maj syntaxe accolades, maj jQuery, correction layout contact
[mtweb] / web / 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 ?>