forked from warlordsnet/animezia.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.php
31 lines (20 loc) · 858 Bytes
/
_config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
$websiteTitle = "AnimeZia"; // Website Name
$websiteUrl = "//{$_SERVER['SERVER_NAME']}"; // Website URL
$websiteLogo = "https://cdnzia.pages.dev/images/logo.webp"; // Logo
$websiteLogo2 = "https://cdnzia.pages.dev/images/logo2.webp";
$contactEmail = "[email protected]"; // Contact Email
//Donate
$donate = "https://www.ko-fi.com/warlords";
// Socials
$telegram = "https://telegram.me/anime_complex"; // telegram
$discord = "#"; // Discord
$redit = "#"; // Reddit
$twitter = "#"; // Twitter
$disqus = "https://watchzia.disqus.com"; // Disqus
$cdn = "https://cdnzia.pages.dev"; // cdn repo https://github.com/warlordsnet/cdnzia
// API URL
$api ="https://animezia.onrender.com"; // api repo https://github.com/warlordsnet/zia-api
//$ani = "https://api.consumet.org";
$banner = "https://cdnzia.pages.dev/images/banner.webp"; //Banner
?>