Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
asiafood.bdcloud.fr /
build /
rpm /
Delete
Unzip
Name
Size
Permission
Date
Action
README
2.92
KB
-rwxr-xr-x
2021-01-30 17:40
conf.php
185
B
-rwxr-xr-x
2021-01-30 17:40
dolibarr-forrpm.patch
1.07
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr.desktop
1.03
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr_fedora.spec
13.49
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr_generic.spec
21.95
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr_mandriva.spec
13.36
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr_opensuse.spec
13.71
KB
-rwxr-xr-x
2021-01-30 17:40
file_contexts.dolibarr
366
B
-rwxr-xr-x
2021-01-30 17:40
httpd-dolibarr.conf
2.7
KB
-rwxr-xr-x
2021-01-30 17:40
install.forced.php.fedora
1.44
KB
-rwxr-xr-x
2021-01-30 17:40
install.forced.php.generic
883
B
-rwxr-xr-x
2021-01-30 17:40
install.forced.php.mandriva
1.45
KB
-rwxr-xr-x
2021-01-30 17:40
install.forced.php.opensuse
1.45
KB
-rwxr-xr-x
2021-01-30 17:40
Save
Rename
diff -up htdocs/filefunc.inc.php.patch htdocs/filefunc.inc.php --- htdocs/filefunc.inc.php.patch 2011-09-03 02:32:48.666952000 +0200 +++ htdocs/filefunc.inc.php 2011-09-03 02:33:00.510952001 +0200 @@ -63,8 +63,8 @@ $conffile = "conf/conf.php"; $conffiletoshow = "htdocs/conf/conf.php"; // For debian/redhat like systems -//$conffile = "/etc/dolibarr/conf.php"; -//$conffiletoshow = "/etc/dolibarr/conf.php"; +$conffile = "/etc/dolibarr/conf.php"; +$conffiletoshow = "/etc/dolibarr/conf.php"; // Include configuration diff -up htdocs/install/inc.php.patch htdocs/install/inc.php --- htdocs/install/inc.php.patch 2011-09-03 02:33:26.450952000 +0200 +++ htdocs/install/inc.php 2011-09-03 02:33:36.286952001 +0200 @@ -74,8 +74,8 @@ $conffile = "../conf/conf.php"; $conffiletoshow = "htdocs/conf/conf.php"; // For debian/redhat like systems -//$conffile = "/etc/dolibarr/conf.php"; -//$conffiletoshow = "/etc/dolibarr/conf.php"; +$conffile = "/etc/dolibarr/conf.php"; +$conffiletoshow = "/etc/dolibarr/conf.php"; // Load conf file if it is already defined