-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.php
More file actions
31 lines (28 loc) · 933 Bytes
/
config.php
File metadata and controls
31 lines (28 loc) · 933 Bytes
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
// +------------------------------------------------------------------------+
// | @author Deen Doughouz (DoughouzForest)
// | @author_url 1: http://www.quickdate.com
// | @author_url 2: http://codecanyon.net/user/doughouzforest
// | @author_email: wowondersocial@gmail.com
// +------------------------------------------------------------------------+
// | Quickdate - The Ultimate PHP Dating Platform
// | Copyright (c) 2018 Quickdate. All rights reserved.
// +------------------------------------------------------------------------+
header("Location: ./install");
exit();
// MySQL Hostname
$servername = "";
// MySQL Database User
$dbusername = "";
// MySQL Database Password
$dbpassword = "";
// MySQL Database Name
$dbname = "";
// Site URL
$site_url = ""; // e.g (http://example.com)
$app = "";
$endpoint_v = "";
$serverkey = "";
// Purchase code
$purchase_code = ""; // Your purchase code, don't give it to anyone.
?>