initial commit of file from CVS for phplist on Thu Oct 9 11:53:02 AEDT 2025
This commit is contained in:
12
phplist-3.6.8-manage_admins_with_external_auth.patch
Normal file
12
phplist-3.6.8-manage_admins_with_external_auth.patch
Normal 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'] : '';
|
Reference in New Issue
Block a user