Update to config version
This commit is contained in:
@ -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' );
|
Reference in New Issue
Block a user