1<?php
2$VERSION = realpath(dirname(__FILE__).'/../../../').'/version';
3if(file_exists($VERSION)) {
4  echo "Version:<br />";
5  readfile($VERSION);
6}
7?>
8