-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfix.php
More file actions
27 lines (21 loc) · 1.04 KB
/
fix.php
File metadata and controls
27 lines (21 loc) · 1.04 KB
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
<?php
/*
______ _______ __ ______ _____ __ __ ________ ______ _____ _ __
| ____|_ _\ \ / / | ____| __ \ /\ | \/ | ____\ \ / / __ \| __ \| |/ /
| |__ | | \ V / | |__ | |__) | / \ | \ / | |__ \ \ /\ / | | | | |__) | ' /
| __| | | > < | __| | _ / / /\ \ | |\/| | __| \ \/ \/ /| | | | _ /| <
| | _| |_ / . \ | | | | \ \ / ____ \| | | | |____ \ /\ / | |__| | | \ \| . \
|__ __|_____/__ \__ |_____ _______/______\_____ |_|______| \/ \/ \____/|_| \_|_|\_\
| \/ |/ __ \| \ | |/ ____|__ __| ____| __ \
| \ / | | | | \| | (___ | | | |__ | |__) |
| |\/| | | | | . ` |\___ \ | | | __| | _ /
| | | | |__| | |\ |____) | | | | |____| | \ \
|_| |_|\____/|_| \_|_____/ |_| |______|_| \_\
* Developer : Cengiz AKCAN
* Github : cengizakcan
* Version : Monster
*/
error_reporting(0);
require("Fix/External/autoload.php");
use Fix\Kernel\Kernel;
( new Kernel("MONSTER") )::fix("MASTER");