Created extremely simple directory locking system.

This commit is contained in:
Maxim Stewart 2018-07-28 22:57:23 -05:00
parent b63903dde0
commit 2398775229
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
LOL...Not really!

View File

@ -8,7 +8,7 @@ $OFFICEPROG = "libreoffice";
$PDFVIEWER = "evince";
$TEXTVIEWER = "leafpad";
$FILEMANAGER = "spacefm";
$LOCKEDFOLDERS = "./MEGA_Sync/222_Photos/Other/::::./MEGA_Sync/333_Movies-Music/Other/";
$LOCKEDFOLDERS = "./dirLockCheck/";
$LOCKPASSWORD = "1234";
?>