0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
admin
/
[
Home
]
File: dump-version.pl
#!/usr/bin/perl -l open F, "<", "lib/prepend.php" or exit 1; while (<F>) { if (/PHPWIKI_VERSION., .(.+).\);/) { print $1; exit } } close F;