Update to config version

This commit is contained in:
2020-12-31 17:45:25 +01:00
parent 5f1635dddc
commit 7d0cc28981
5 changed files with 28 additions and 5 deletions

View File

@ -1,6 +1,12 @@
<?php
// Please change the following vars before the fist start!
define( 'DOWNLOAD_PATH', 'C:/Users/hoppt/Documents/Karaoke' );
define( 'USE_INTERNAL_YOUTUBEDL_EXE', true );
define( 'YOUTUBE_DL_PATH', '' );
define( 'ANIMUX_USERNAME', 'trump@whitehouse.gov' );
define( 'ANIMUX_PASSWORD', 'C7AFvca6Ri6VhZL' );
mb_internal_encoding("UTF-8");
error_reporting(0);
@ -8,5 +14,3 @@ error_reporting(0);
require_once 'AudioVideoHandler.php';
require_once 'Downloader.php';
define( 'CURL_PHPSESSID', 'hi' );