Add files via upload

This commit is contained in:
Moe Fwacky
2019-05-02 07:18:19 -07:00
committed by GitHub
parent 324ede0168
commit 8a6274f7bd
8 changed files with 866 additions and 0 deletions

7
psConfig.php Normal file
View File

@@ -0,0 +1,7 @@
<?php //Pseudo Channel
$pseudochannel = '/home/pi/channels/';
//Display Type
$DisplayType = 'half';
?>