14 lines
190 B
PHP
14 lines
190 B
PHP
<?php
|
|
class WP_Steurung extends IPSModule {
|
|
|
|
|
|
public function Create() {
|
|
parent::Create();
|
|
|
|
}
|
|
|
|
public function ApplyChanges() {
|
|
parent::ApplyChanges();
|
|
}
|
|
}
|
|
?>
|