deleted renamed file (vm.php)

This commit is contained in:
François Serman 2013-04-21 09:52:23 +00:00
parent 7169100cff
commit 05429bf5ec
2 changed files with 0 additions and 6 deletions

1
.gitattributes vendored
View File

@ -375,7 +375,6 @@ bureau/class/mime.php -text
bureau/class/reset_stats_conf.php -text
bureau/class/variables.php -text
bureau/class/vm.class.php -text
bureau/class/vm.php -text
bureau/index.php -text
bureau/locales/Makefile -text
bureau/locales/README -text

View File

@ -1,5 +0,0 @@
<?php
interface vm {
public function start();
public function stop();
}