Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
app /
Delete
Unzip
Name
Size
Permission
Date
Action
ajax
[ DIR ]
drwxr-sr-x
2020-06-06 16:09
css
[ DIR ]
drwxr-sr-x
2020-06-06 16:07
fonts
[ DIR ]
drwxr-sr-x
2018-01-23 10:31
framework7
[ DIR ]
drwxr-sr-x
2018-01-23 10:32
images
[ DIR ]
drwxr-sr-x
2019-12-04 04:16
js
[ DIR ]
drwxr-sr-x
2020-06-06 16:09
pages
[ DIR ]
drwxr-sr-x
2020-06-06 16:09
favicon.ico
14.73
KB
-rw-r--r--
2019-06-26 07:34
icon.png
21.64
KB
-rw-r--r--
2019-07-01 09:09
inc_dbdrupal.php
102
B
-rw-r--r--
2019-06-25 18:49
inc_dbwp.php
99
B
-rw-r--r--
2020-08-13 10:08
index.php
22.75
KB
-rw-r--r--
2022-01-19 10:48
logo.png
43.06
KB
-rw-r--r--
2019-07-01 08:36
logo512.png
159.19
KB
-rw-r--r--
2019-06-26 09:50
manifest.json
304
B
-rw-r--r--
2019-11-29 09:50
php_errors.log
1.76
KB
-rw-r--r--
2026-08-21 03:45
service-worker.js
1.13
KB
-rw-r--r--
2019-11-29 09:50
Save
Rename
var CACHE_NAME = 'cesaapp-cache-v1'; var urlsToCache = [ 'service-worker.js?v1', 'manifest.json?v1', 'framework7/css/framework7.min.css', 'css/icons.css', 'css/app.css', 'icon.png', 'https://code.jquery.com/jquery-3.3.1.min.js', 'framework7/js/framework7.js', 'js/routes.js?v1', 'js/app.js?v1' ]; console.log('loading sw'); self.addEventListener('install', function(event) { // Perform install steps console.log('installing sw'); event.waitUntil( caches.open(CACHE_NAME) .then(function(cache) { console.log('Opened cache'); var x = cache.addAll(urlsToCache); console.log('cache added'); return x; }) ); }); self.addEventListener('fetch', function(event) { event.respondWith( caches.match(event.request) .then(function(response) { // Cache hit - return response if (response) { return response; } return fetch(event.request); } ) ); });