forked from MOFHDevs/mofh-material-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
29 lines (16 loc) · 863 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
<?php
$mofh = array(
'title' => 'MOFHDevWorld', // Site title
'description' => 'Get Free Professional Web Hosting for your Website', // Site Description
'logo' => 'https://domain.tld/img/logo.png', // Logo URL
'protocol' => 'https://', // it is https or http
'favicon' => '/img/favicon.ico', // your website favicon URL
'affid' => '25705', // your iFastNet affiliate ID
'mail' => 'contact@mofh.ooo', // email here
'facebook' => 'https://www.facebook.com/#', // your Facebook link
'twitter' => 'https://twitter.com/#', // your Twitter link
'google-plus' => 'https://plus.google.com/#', // your Google Plus link
'linkedin' => 'https://www.linkedin.com/in/#', // your LinkedIn link
'domain' => strtolower(preg_replace('/^www\./' , '' , $_SERVER['HTTP_HOST'])), // Automatic Domain Recognition
);
?>