moved vm.php into vm.class.php Todo: add monit() function.
This commit is contained in:
parent
fe34b695b9
commit
4c6737f5c7
|
@ -372,6 +372,7 @@ bureau/class/m_trash.php -text
|
||||||
bureau/class/mime.php -text
|
bureau/class/mime.php -text
|
||||||
bureau/class/reset_stats_conf.php -text
|
bureau/class/reset_stats_conf.php -text
|
||||||
bureau/class/variables.php -text
|
bureau/class/variables.php -text
|
||||||
|
bureau/class/vm.class.php -text
|
||||||
bureau/class/vm.php -text
|
bureau/class/vm.php -text
|
||||||
bureau/index.php -text
|
bureau/index.php -text
|
||||||
bureau/locales/Makefile -text
|
bureau/locales/Makefile -text
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
interface vm {
|
||||||
|
public function start();
|
||||||
|
public function stop();
|
||||||
|
}
|
Loading…
Reference in New Issue