summary refs log tree commit diff stats
path: root/admin/update.php
blob: c84c2c4cdfaf7c17dcc45caa57c74474c33ebe9b (plain) (blame)
1
2
3
4
5
<?php

system('hg update');

?>