backup: live-stand vor erstem git-deployment
This commit is contained in:
13
module/infopoint/infopoint.php
Normal file
13
module/infopoint/infopoint.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
function infopoint_screens() {
|
||||
require_once('infopoint_screens.inc.php');
|
||||
}
|
||||
|
||||
function infopoint_pages() {
|
||||
require_once('infopoint_pages.inc.php');
|
||||
}
|
||||
|
||||
function infopoint_presets() {
|
||||
require_once('infopoint_presets.inc.php');
|
||||
}
|
||||
Reference in New Issue
Block a user