changeset 2488:05a585c2eefe

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Mar 2023 13:18:44 +0200
parents c7d0e947cac8
children 390c4f5fecbd
files www/common.inc.php www/config.inc.php
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/www/common.inc.php	Fri Mar 17 09:03:06 2023 +0200
+++ b/www/common.inc.php	Mon Mar 20 13:18:44 2023 +0200
@@ -542,7 +542,7 @@
       {
         $str .= "<img src=\"img/".
           (($ni % 2 == 0 && $where == "index") ? "skull.gif" : "uc.gif").
-          "\" alt=\"OMG\" />";
+          "\" alt=\"ZOMG\" />";
       }
       break;
   }
--- a/www/config.inc.php	Fri Mar 17 09:03:06 2023 +0200
+++ b/www/config.inc.php	Mon Mar 20 13:18:44 2023 +0200
@@ -9,8 +9,8 @@
 // Check for special dates
 //
 $ctm = getdate();
-if ($ctm["mday"] == 1 && $ctm["mon"] == 4)
-//if (1)
+if (//true ||
+  ($ctm["mday"] == 1 && $ctm["mon"] == 4))
 {
   $pageCSS = "aprilli.css";
   $specialDate = "aprilli";