neues modul getestet
This commit is contained in:
14
WP_Steuerung/module.php
Normal file
14
WP_Steuerung/module.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
class WP_Steurung extends IPSModule {
|
||||
|
||||
|
||||
public function Create() {
|
||||
parent::Create();
|
||||
|
||||
}
|
||||
|
||||
public function ApplyChanges() {
|
||||
parent::ApplyChanges();
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user