-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
35 lines (26 loc) · 864 Bytes
/
index.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
32
33
34
35
<?php
/*!
* Glycon SMMPanel Script
* https://www.glycon.org
*
* Glycon icin yazilmistir ve Glycon'adi altinda kopyalanabilir.
* Copyright (c) 2020 Glycon.
*/
/*!
* Telif Hakki (c) 2020, Glycon adi altinda GlyconSMMScript icin lisanslanmistir.
*
* GLYCON.ORG IZNI OLMADAN HICBIR SEKILDE KOPYALANAMAZ VE YAPISTIRILAMAZ!
*/
/*******************************************************
* Copyright (C) 2016-2020 Glycon info@glycon.org
*
* This file is part of Glycon.
*
* Glycon.org can not be copied and/or distributed without the express
* permission of Glycon
*******************************************************/
require_once __DIR__.'/lib/autoload.php';
require_once __DIR__.'/system/update_funds.php';
use PHPMailer\PHPMailer\PHPMailer;
$mail = new PHPMailer;
require_once 'GlyconSMMScript.php';