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