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.35
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 /
doxygen /
Delete
Unzip
Name
Size
Permission
Date
Action
dolibarr-doxygen-build.pl
1.69
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr-doxygen-filter.pl
1.63
KB
-rwxr-xr-x
2021-01-30 17:40
dolibarr-doxygen-getversion.pl
625
B
-rwxr-xr-x
2021-01-30 17:40
dolibarr-doxygen.doxyfile
65.49
KB
-rwxr-xr-x
2021-01-30 17:40
doxygen_footer.html
645
B
-rwxr-xr-x
2021-01-30 17:40
doxygen_header.html
1.31
KB
-rwxr-xr-x
2021-01-30 17:40
Save
Rename
#!/usr/bin/perl #-------------------------------------------------------------------- # Script to get version of a source file # Does not work with cygwin cvs command on Windows. # #-------------------------------------------------------------------- # Usage: dolibarr-doxygen-getversion.pl pathtofilefromdolibarrroot $file=$ARGV[0]; if (! $file) { print "Usage: dolibarr-doxygen-getversion.pl pathtofilefromdolibarrroot\n"; exit; } $commande='cvs status "'.$file.'" | sed -n \'s/^[ \]*Working revision:[ \t]*\([0-9][0-9\.]*\).*/\1/p\''; #print $commande; $result=`$commande 2>&1`; print $result;