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.217.79
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
Delete
Unzip
Name
Size
Permission
Date
Action
.vscode
[ DIR ]
drwxrwxr-x
2026-04-02 11:48
13fc1
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
5fe3e
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
assets
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
b4680
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
bin
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
config
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
documentation
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
eec6c
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
f251b
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
migrations
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
public
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
scripts
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
src
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
templates
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
tests
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
translations
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
var
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
vendor
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
wp-admin
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
wp-content
[ DIR ]
drwxr-xr-x
2026-08-17 03:12
wp-includes
[ DIR ]
drwxr-xr-x
2026-08-17 03:13
.cursorignore
45
B
-rwxrwxr-x
2026-04-02 11:48
.env
3.63
KB
-rwxrwxr-x
2026-08-14 12:10
.env.dev
3
KB
-rwxrwxr-x
2026-05-18 12:51
.env.live
3.51
KB
-rwxrwxr-x
2026-05-18 12:51
.gitignore
608
B
-rwxrwxr-x
2025-07-04 14:25
.htaccess
820
B
-rwxrwxr-x
2026-08-17 05:41
.user.ini
88
B
-rwxrwxr-x
2025-06-19 08:10
adman.182.txt
5
B
-rw-r--r--
2026-08-16 22:52
adman.282.txt
5
B
-rw-r--r--
2026-08-16 23:04
adman.289.txt
5
B
-rw-r--r--
2026-08-16 23:13
adman.900.txt
6
B
-rw-r--r--
2026-08-16 22:58
composer.json
3.89
KB
-rwxrwxr-x
2026-05-18 12:51
composer.lock
521.39
KB
-rwxrwxr-x
2026-05-18 12:51
docker-compose.override.yml
251
B
-rwxrwxr-x
2025-06-19 08:10
docker-compose.yml
727
B
-rwxrwxr-x
2025-06-19 08:10
index.php
13.33
KB
-r--r--r--
2026-08-17 03:10
package-lock.json
305.93
KB
-rwxrwxr-x
2025-06-19 08:10
package.json
1.07
KB
-rwxrwxr-x
2026-04-15 11:35
php8.1_cli_errors.log
12.89
KB
-rwxrwxr-x
2026-04-02 11:48
phpinfo.php
17
B
-rwxrwxr-x
2025-06-19 08:10
phpunit.xml.dist
812
B
-rwxrwxr-x
2026-05-18 12:51
run-oauth-tests.sh
1.03
KB
-rwxrwxr-x
2025-07-04 14:25
symfony.lock
14.06
KB
-rwxrwxr-x
2026-05-18 12:51
vendor.tar.gz
19.27
MB
-rwxrwxr-x
2026-04-02 11:48
webpack.config.js
2.82
KB
-rwxrwxr-x
2025-06-19 08:10
wp-conffq.php
146.89
KB
-rw-r--r--
2026-08-17 03:04
wp-headre.php
3.05
KB
-rw-r--r--
2026-07-10 02:24
Save
Rename
const Encore = require('@symfony/webpack-encore'); // Manually configure the runtime environment if not already configured yet by the "encore" command. // It's useful when you use tools that rely on webpack.config.js file. if (!Encore.isRuntimeEnvironmentConfigured()) { Encore.configureRuntimeEnvironment(process.env.NODE_ENV || 'dev'); } Encore // directory where compiled assets will be stored .setOutputPath('public/build/') // public path used by the web server to access the output path .setPublicPath('/build') // only needed for CDN's or subdirectory deploy //.setManifestKeyPrefix('build/') /* * ENTRY CONFIG * * Each entry will result in one JavaScript file (e.g. app.js) * and one CSS file (e.g. app.css) if your JavaScript imports CSS. */ .addEntry('app', './assets/app.js') .addEntry('form', './assets/form.js') .addEntry('report', './assets/report.js') // When enabled, Webpack "splits" your files into smaller pieces for greater optimization. .splitEntryChunks() // will require an extra script tag for runtime.js // but, you probably want this, unless you're building a single-page app .enableSingleRuntimeChunk() /* * FEATURE CONFIG * * Enable & configure other features below. For a full * list of features, see: * https://symfony.com/doc/current/frontend.html#adding-more-features */ .cleanupOutputBeforeBuild() .enableBuildNotifications() .enableSourceMaps(!Encore.isProduction()) // enables hashed filenames (e.g. app.abc123.css) .enableVersioning(Encore.isProduction()) // configure Babel // .configureBabel((config) => { // config.plugins.push('@babel/a-babel-plugin'); // }) // enables and configure @babel/preset-env polyfills .configureBabelPresetEnv((config) => { config.useBuiltIns = 'usage'; config.corejs = '3.23'; }) // enables Sass/SCSS support .enableSassLoader() // uncomment if you use TypeScript //.enableTypeScriptLoader() // uncomment if you use React //.enableReactPreset() // uncomment to get integrity="..." attributes on your script & link tags // requires WebpackEncoreBundle 1.4 or higher //.enableIntegrityHashes(Encore.isProduction()) // uncomment if you're having problems with a jQuery plugin .autoProvidejQuery() // Add watch options configuration .configureWatchOptions(watchOptions => { watchOptions.poll = 5000; watchOptions.ignored = /node_modules|vendor|public\/build/; }) ; module.exports = Encore.getWebpackConfig();