initial commit of file from CVS for phplist on Thu Oct 9 11:53:02 AEDT 2025

This commit is contained in:
Trevor Batley
2025-10-09 11:53:02 +11:00
parent 04217b4167
commit ed08dcb393
9 changed files with 177 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
diff -Nur --no-dereference phplist-3.6.8.old/public_html/lists/admin/admins.php phplist-3.6.8/public_html/lists/admin/admins.php
--- phplist-3.6.8.old/public_html/lists/admin/admins.php 2022-05-27 05:23:57.000000000 -0400
+++ phplist-3.6.8/public_html/lists/admin/admins.php 2022-08-02 15:12:19.045000000 -0400
@@ -7,7 +7,7 @@
$remember_find = '';
}
-$external = $require_login && !is_a($GLOBALS['admin_auth'], 'phpListAdminAuthentication');
+$external = !$require_login;
$start = isset($_GET['start']) ? sprintf('%d', $_GET['start']) : 0;
$listid = isset($_GET['id']) ? sprintf('%d', $_GET['id']) : 0;
$find = isset($_REQUEST['find']) ? $_REQUEST['find'] : '';