-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin.php
27 lines (24 loc) · 944 Bytes
/
admin.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
<?php
/*
|| --------------------------------------------------------------------------------------------
|| Admin Options Panel
|| --------------------------------------------------------------------------------------------
||
|| @package Dilaz Panel
|| @subpackage Panel
|| @version 2.4.10
|| @since Dilaz Panel 1.0
|| @author Rodgath, https://github.com/Rodgath
|| @copyright Copyright (C) 2017, Rodgath LTD
|| @link https://github.com/Rodgath/Dilaz-Panel
|| @License GPL-2.0+
|| @License URI http://www.gnu.org/licenses/gpl-2.0.txt
||
|| NOTE: This options panel requires Dilaz Panel plugin installed.
||
*/
defined('ABSPATH') || exit;
# Load config
file_exists(dirname(__FILE__) .'/config.php') ? require_once dirname(__FILE__) .'/config.php' : require_once dirname(__FILE__) .'/config-sample.php';
# Load metabox options
require_once dirname(__FILE__) .'/includes/load.php';