1 <?php 2 /* 3 * SPDX-FileCopyrightText: 2024 JayVii <jayvii[AT]posteo[DOT]de> 4 * SPDX-License-Identifier: AGPL-3.0-or-later 5 */ 6 7 /* Authentification Key. 8 * If set, videos and feeds can only be loaded if auth key matches. 9 * Set to null if it should not be used. 10 */ 11 //$auth_key="f7331f90cb24e34c8cfd59e3ad46bbe1"; 12 $auth_key=null; 13 14 ?>