Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
public_html /
bizet.pilasatech.net /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2026-06-23 09:02
app
[ DIR ]
drwxr-xr-x
2025-07-03 01:26
bootstrap
[ DIR ]
drwxr-xr-x
2025-06-08 07:05
cache
[ DIR ]
drwxr-xr-x
2026-06-23 09:25
cgi-bin
[ DIR ]
drwxr-xr-x
2025-06-08 06:52
config
[ DIR ]
drwxr-xr-x
2025-07-03 02:42
css
[ DIR ]
drwxr-xr-x
2025-06-30 05:23
database
[ DIR ]
drwxr-xr-x
2025-06-08 07:05
donation
[ DIR ]
drwxr-xr-x
2025-06-29 15:03
images
[ DIR ]
drwxr-xr-x
2026-06-11 02:58
js
[ DIR ]
drwxr-xr-x
2025-06-30 05:23
public
[ DIR ]
drwxr-xr-x
2026-07-19 11:37
resources
[ DIR ]
drwxr-xr-x
2025-06-30 07:51
routes
[ DIR ]
drwxr-xr-x
2025-07-02 08:56
storage
[ DIR ]
drwxr-xr-x
2025-06-08 07:05
tests
[ DIR ]
drwxr-xr-x
2025-06-29 15:54
uploads
[ DIR ]
drwxrwxr-x
2025-06-29 22:42
vendor
[ DIR ]
drwxr-xr-x
2025-07-03 01:24
wp-content
[ DIR ]
drwxrwxrwx
2026-06-23 09:14
.editorconfig
258
B
-rw-r--r--
2025-01-25 07:25
.env
1.21
KB
-rw-r--r--
2025-06-22 17:30
.env.example
1.07
KB
-rw-r--r--
2025-01-25 07:25
.gitattributes
186
B
-rw-r--r--
2025-01-25 07:25
.gitignore
286
B
-rw-r--r--
2025-01-25 07:25
.htaccess
1.19
KB
-rw-r--r--
2026-06-24 22:58
README.md
4.01
KB
-rw-r--r--
2025-01-25 07:25
artisan
350
B
-rw-r--r--
2025-01-25 07:25
composer.json
2.84
KB
-rw-r--r--
2025-07-03 01:24
composer.lock
424.41
KB
-rw-r--r--
2025-07-03 01:24
error_log
30.96
KB
-rw-r--r--
2025-07-03 03:19
favicon.ico
136.92
KB
-rw-r--r--
2025-06-30 12:22
index.html
44
B
-rw-r--r--
2025-06-08 07:19
index.php
1.55
KB
-rwxr-xr-x
2025-06-30 04:59
jsconfig.json
223
B
-rw-rw-r--
2025-06-29 15:03
package.json
648
B
-rw-r--r--
2025-06-30 07:51
phpunit.xml
1.16
KB
-rw-r--r--
2025-01-25 07:25
postcss.config.js
93
B
-rw-r--r--
2025-06-29 15:54
tailwind.config.js
541
B
-rw-r--r--
2025-06-29 15:54
vite.config.js
312
B
-rw-r--r--
2025-06-30 07:51
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Unit"> <directory>tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory>tests/Feature</directory> </testsuite> </testsuites> <source> <include> <directory>app</directory> </include> </source> <php> <env name="APP_ENV" value="testing"/> <env name="APP_MAINTENANCE_DRIVER" value="file"/> <env name="BCRYPT_ROUNDS" value="4"/> <env name="CACHE_STORE" value="array"/> <!-- <env name="DB_CONNECTION" value="sqlite"/> --> <!-- <env name="DB_DATABASE" value=":memory:"/> --> <env name="MAIL_MAILER" value="array"/> <env name="PULSE_ENABLED" value="false"/> <env name="QUEUE_CONNECTION" value="sync"/> <env name="SESSION_DRIVER" value="array"/> <env name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit>