Near fleshed out faves functionality...

This commit is contained in:
Maxim Stewart 2018-08-25 00:55:49 -05:00
parent 44db7ec95c
commit c9019b45de
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
$TEXTVIEWER = "leafpad";
$FILEMANAGER = "spacefm";
// NOTE: Split folders with ::::
$LOCKEDFOLDERS = "./MEGA_Sync/";
$LOCKEDFOLDERS = "./dirLockCheck/";
$LOCKPASSWORD = "1234";
$UNLOCKTIME = 80; // Every ~3 sec this ticks down
$UNLOCKTIME = 60; // Every ~3 sec this ticks down
// Ex: 3*60 == 180 sec or 3 minutes
?>