Script: Add script to delete old sessions: Uncomment exit command to prevent wild execution - refs BT#19984

pull/4346/head
Yannick Warnier 3 years ago
parent f2544d9499
commit 3777b72b62
  1. 2
      tests/scripts/delete_old_sessions.php

@ -9,7 +9,7 @@
* 'permanently_remove_deleted_files' is set to 'true'.
* @author Yannick Warnier <yannick.warnier@beeznest.com>
*/
//exit;
exit;
require __DIR__.'/../../main/inc/global.inc.php';
$simulate = false;

Loading…
Cancel
Save