X7ROOT File Manager
Current Path:
/var/softaculous/freescout
var
/
softaculous
/
freescout
/
ðŸ“
..
📄
.env
(922 B)
📄
.installed
(59 B)
📄
clone.php
(10.99 KB)
📄
config.php
(34.69 KB)
📄
edit.php
(4.27 KB)
📄
edit.xml
(447 B)
📄
extend.php
(10.13 KB)
📄
fileindex.php
(336 B)
📄
freescout.sql
(27.1 KB)
📄
freescout.zip
(10.25 MB)
ðŸ“
images
📄
import.php
(3.13 KB)
📄
info.xml
(2.7 KB)
📄
install.js
(921 B)
📄
install.php
(6.85 KB)
📄
install.xml
(1.83 KB)
📄
md5
(2.73 KB)
📄
notes.txt
(503 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(518 B)
Editing: .env
# Every time you are making changes in .env file, in order changes to take an effect you need to run: # php artisan freescout:clear-cache # Application URL APP_URL=[[softurl]] # Improve security SESSION_SECURE_COOKIE=[[SESSION_SECURE_COOKIE]] # Timezones: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones # Comment it to use default timezone from php.ini APP_TIMEZONE=America/New_York # Default language APP_LOCALE=[[language]] # Database settings DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" # Run the following console command to generate the key: php artisan key:generate # Otherwise application will show the following error: "Whoops, looks like something went wrong" APP_KEY=[[APP_KEY]] # Uncomment to see errors in your browser, don't forget to comment it back when debugging finished #APP_DEBUG=true
Upload File
Create Folder