From 23987752292e38e6defb6b80b3517a966a35cd63 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sat, 28 Jul 2018 22:57:23 -0500 Subject: [PATCH] Created extremely simple directory locking system. --- dirLockCheck/TOPSECRETSTUFF.txt | 1 + resources/php/config.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 dirLockCheck/TOPSECRETSTUFF.txt diff --git a/dirLockCheck/TOPSECRETSTUFF.txt b/dirLockCheck/TOPSECRETSTUFF.txt new file mode 100644 index 0000000..49a706d --- /dev/null +++ b/dirLockCheck/TOPSECRETSTUFF.txt @@ -0,0 +1 @@ +LOL...Not really! \ No newline at end of file diff --git a/resources/php/config.php b/resources/php/config.php index 8d45570..eebed73 100644 --- a/resources/php/config.php +++ b/resources/php/config.php @@ -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"; ?>