Skip to content

Commit

Permalink
Ajusta paginas offline
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Sep 23, 2024
1 parent bc5c5bd commit dfb78c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/common/config.d/offline.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return [
'app.offline' => date('Y-m-d H:i:s') > '2024-06-11 09:00:00' && date('Y-m-d H:i:s') < '2024-06-12 09:00:00',
'app.offline' => date('Y-m-d H:i:s') > '2024-09-23 09:00:00' && date('Y-m-d H:i:s') < '2024-09-23 17:00:00',
'app.offlineUrl' => '/em-breve',
'app.offlineBypassFunction' => function() {
$senha = $_GET['online'] ?? '';
Expand Down
Binary file removed em-breve/em-manutencao.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion em-breve/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<title>Mapa Cultural de Pernambuco</title>
</head>
<body style="text-align: center; padding-top: 100px; margin: 0;">
<img src="/em-manutencao2.png" style="max-height: 700px;" alt="">
<img src="/em-manutencao2.png" style="max-height: 700px;" alt="Página em manutenção">
</body>
</html>
2 changes: 1 addition & 1 deletion em-breve/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<title>Mapa Cultural de Pernambuco</title>
</head>
<body style="text-align: center; padding-top: 100px; margin: 0;">
<img src="/em-breve/em-manutencao2.png" style="max-height: 700px;" alt="">
<img src="/em-breve/em-manutencao2.png" style="max-height: 700px;" alt="Página em manutenção">
</body>
</html>

0 comments on commit dfb78c8

Please sign in to comment.