Updating the site...';
echo ''.exec('/var/www/einstein/update').'
';
echo 'The site is now current.
';
echo '〈 back to updates interface
';
}
else
{
echo 'The live site is currently at version '
.exec('svnversion /var/www/einstein/live/')
.'.
This pushes any changes from the SVN repository to the live site.
';
}
?>