Author: jim winstead (jimwins)
Committer: Derick Rethans (derickr)
Date: 2024-07-20T08:29:45+01:00

Commit: 
https://github.com/php/web-gtk/commit/ab7c9335ed66344c47a1dc00109958c7d81fbc32
Raw diff: 
https://github.com/php/web-gtk/commit/ab7c9335ed66344c47a1dc00109958c7d81fbc32.diff

Hardcode a message about the project being archive

Changed paths:
  M  includes/setdefaultpage.php


Diff:

diff --git a/includes/setdefaultpage.php b/includes/setdefaultpage.php
index b2147f6..6177822 100644
--- a/includes/setdefaultpage.php
+++ b/includes/setdefaultpage.php
@@ -43,7 +43,11 @@ function defaulttop() {
 <img  src=\"images/logo_phpgtk.png\" height=\"69\" width=\"167\" alt=\"Logo 
PHP-GTK\" />
 <h6 >".DEFAULTHEADER1."</h6>
 </header>
-<article class=\"w3-container w3-default-blue 
w3-half\"><p>".DEFAULTHEADER2."</p>
+<article class=\"w3-container w3-default-blue w3-half\">
+  <p>
+    The PHP-GTK project is no longer under active development, and the related
+    mailing lists and other online services are no longer active.
+  </p>
 </article>
 </div>
 <div class=\"w3-topnav w3-medium w3-black \">

Reply via email to