0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
This commit is contained in:
David Goodwin 2017-08-31 12:47:25 +01:00
parent 2b04b72072
commit 9dbeb68f9a

View File

@ -7,7 +7,9 @@
0 4 * * * * vmail php -q virtualmaildel.php >/dev/null 0 4 * * * * vmail php -q virtualmaildel.php >/dev/null
2017.08.31 updated to use PHP mysqli extension. Tadas Ustianvičius <tadas at ring dot lt> ( https://github.com/postfixadmin/postfixadmin/pull/70 ) Changes:
2017.08.31 updated to use PHP mysqli extension.
Tadas Ustianvičius <tadas at ring dot lt> ( https://github.com/postfixadmin/postfixadmin/pull/70 )
*/ */
@ -69,6 +71,9 @@ $dir = [];
// Get list of directories // Get list of directories
// //
$fr = opendir( $homedir ); $fr = opendir( $homedir );
// TODO: Would glob($homedir . '/**/*/new') be somewhat quicker/shorter/less effort?
while ( ($domain = readdir($fr)) !== false) while ( ($domain = readdir($fr)) !== false)
{ {
// //