summary refs log tree commit diff stats
path: root/admin/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/update.php')
-rw-r--r--admin/update.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/update.php b/admin/update.php new file mode 100644 index 0000000..c84c2c4 --- /dev/null +++ b/admin/update.php
@@ -0,0 +1,5 @@
1<?php
2
3system('hg update');
4
5?>