summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-24 00:17:32 +0400
committerAndrew Dolgov <[email protected]>2012-10-24 00:17:32 +0400
commit7e992eca46667c5c0e17a2527cd46bf86de47bb9 (patch)
treed90c6c8009e9fb81f5e4d4316fa23b54445203eb /update.php
parent854fee097691804fcaa9dd39f4beacd60900acce (diff)
update.php: fix wrong html plug title
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 0bc1090e8..afe70b903 100755
--- a/update.php
+++ b/update.php
@@ -18,7 +18,7 @@
if (!defined('STDIN')) {
?> <html>
<head>
- <title>Database Updater</title>
+ <title>Update Tool</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="utility.css">
</head>