PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
cpanel
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title> Control panel </title> <link rel="icon" href="<?php echo fetch_or_get($cl["config"]["site_logo"]);?>" type="image/png"> <link href="{%config theme_url%}/apps/cpanel/statics/css/md-icons/material_icon.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="{%config theme_url%}/statics/css/libs/bootstrap-v4.0.0.min.css"> <link href="{%config theme_url%}/statics/css/libs/animate.min.css" rel="stylesheet" /> <link href="{%config theme_url%}/apps/cpanel/statics/css/style.css" rel="stylesheet"> <link href="{%config theme_url%}/statics/css/preloader.min.css" rel="stylesheet"> <link href="{%config theme_url%}/statics/css/libs/waitMe.min.css" rel="stylesheet"> <?php if (not_empty($cl["app_statics"])): ?> <?php if (not_empty($cl["app_statics"]["styles"])): ?> <?php foreach ($cl["app_statics"]["styles"] as $file_path): ?> <link rel="stylesheet" href="<?php echo($file_path); ?>"> <?php endforeach; ?> <?php endif; ?> <?php endif; ?> <script src="{%config theme_url%}/statics/js/libs/jquery-3.5.1.min.js"></script> <script src="{%config theme_url%}/statics/js/libs/popper.1.12.9.min.js"></script> <script src="{%config theme_url%}/statics/js/libs/bootstrap.v4.0.0.min.js"></script> <script src="{%config theme_url%}/statics/js/libs/waitme/waitMe.min.js"></script> <script src="{%config theme_url%}/apps/cpanel/statics/js/admin.js"></script> <script src="{%config theme_url%}/statics/js/master.script.js"></script> <?php if ($cl["server_mode"] == 'dev'): ?> <script src="{%config theme_url%}/statics/js/libs/vuejs/vue-v2.6.11.dev.min.js?v={%config version%}"></script> <?php else: ?> <script src="{%config theme_url%}/statics/js/libs/vuejs/vue-v2.6.11.min.js?v={%config version%}"></script> <?php endif; ?> <?php if (not_empty($cl["app_statics"])): ?> <?php if (not_empty($cl["app_statics"]["scripts"])): ?> <?php foreach ($cl["app_statics"]["scripts"] as $file_path): ?> <script src="<?php echo($file_path); ?>"></script> <?php endforeach; ?> <?php endif; ?> <?php endif; ?> </head> <body> <div class="main-preloader-holder" id="main-preloader-holder"> <div class="main-preloader"> <div class="loading"> <div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div> </div> </div> </div> <?php echo cl_template('cpanel/assets/main/sidebar'); ?> <?php echo cl_template('cpanel/assets/main/header'); ?> <section class="content"> <div class="main-content-block-body"> <?php echo($cl['http_res']); ?> </div> </section> <input id="csrf-token" type="hidden" class="hidden d-none" value="<?php echo fetch_or_get($cl['csrf_token'],'none'); ?>"> <?php echo cl_template('cpanel/assets/main/scripts/app_master_script'); ?> <div data-app="black-hole"></div> </body> </html>
[+]
statics
[+]
..
[-] content.phtml
[edit]
[+]
assets