aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/update.php
diff options
context:
space:
mode:
authorM.Gergo2018-09-07 22:27:52 +0200
committerM.Gergo2018-09-07 22:27:52 +0200
commit8f8fc390374681cd537e4216f0366d6fe8a6c73c (patch)
tree6d19efd3593a0383a48cdac7f78cd0e2ef6fa761 /mayor-orig/www/update.php
parent63edef615f7828cb0f57bf9ba128a90eb4fe07e0 (diff)
downloadmayor-8f8fc390374681cd537e4216f0366d6fe8a6c73c.tar.gz
mayor-8f8fc390374681cd537e4216f0366d6fe8a6c73c.zip
Rev: 4358
Diffstat (limited to 'mayor-orig/www/update.php')
-rw-r--r--mayor-orig/www/update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/www/update.php b/mayor-orig/www/update.php
index bc2a27df..8e79b280 100644
--- a/mayor-orig/www/update.php
+++ b/mayor-orig/www/update.php
@@ -6,7 +6,7 @@ if (defined('_LOCKFILE') && @file_exists(_LOCKFILE)) {
echo '<!DOCTYPE html>'."\n";
echo '<html>'."\n";
echo '<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">'."\n";
- echo '<title>MaYoR elektronikus napló karbantartás</title>';
+ echo '<title>MaYoR karbantartás</title>';
echo '<style type="text/css">
html {height:100%; min-height: 100%;}
body {font-family: Verdana; background-color: white;
@@ -39,7 +39,7 @@ background: linear-gradient(135deg, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100
echo '<p>The system is down for maintenance.</p>'."\n";
echo '<p style="font-size:smaller;">'.date('Y-m-d H:i:s').'</p>';
echo '</div>'."\n";
- echo '<footer><a href="https://www.mayor.hu">mayor.hu</a> elektronikus napló &copy; GPL</footer>';
+ echo '<footer><a href="https://www.mayor.hu">mayor.hu</a> &copy; GPL</footer>';
echo '</body></html>';
} else {
header('index.php');