Display installed version of Joomla and base domain name


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find /usr/local/www/vhosts -type f -name 'CHANGELOG.php' -exec grep -Hm 1 "^-------------------- " {} + | sed -e 's|^/usr/local/www/vhosts/\([^/]*\)/[^:]*:\(--\)*\(.*\]\) \(--\)*|\3: \1|' | sort -t . -k1n,1n -k2n,2n -k3n,3n

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.