add auth
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
require_once 'auth.php';
|
||||
|
||||
#############################################################
|
||||
# Konfigurations Datei für Webcams mit Motion
|
||||
@@ -7,6 +8,13 @@
|
||||
|
||||
$inc_pfad_www = "/z/motion/";
|
||||
|
||||
#################################
|
||||
# Zugangsdaten
|
||||
#################################
|
||||
|
||||
$inc_username = "TODO"
|
||||
$inc_password = "TODO"
|
||||
|
||||
#################################
|
||||
# KAMERAS
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user