-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
18 lines (10 loc) · 791 Bytes
/
config.php
File metadata and controls
18 lines (10 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$config = array();
$config['site_title'] = 'YouTube Downloader MP3 and MP4 HD Quailty'; // Website Title
$config['site_meta'] = 'YouTube Downloader by Vevioz YouTube Downloader is an excellent service that helps download videos or music from YouTube quickly and for free.'; // Site meta description
$config['site_url'] = 'https://downloader.vevioz.com/'; // Site url with slash
$config['enable_ads'] = false; // Enable ads? true / false
$config['server_email'] = 'admin@vevioz.com'; // Your server email address where all emails will be sent FROM
$config['contact_email'] = 'admin@vevioz.com'; // Your personal email to receive all contact email
$config['ads_code'] = '<div class="ads"><img src="img/ads.png" alt="ads banner"></div>' //paste your ad code into the quotemarks
?>