Skip to content
Snippets Groups Projects
Commit 7d9587ba authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Forgot to remove error log messages...

parent b369adbd
No related merge requests found
......@@ -4,12 +4,9 @@ require_once('../../../lib/base.php');
OC_JSON::checkAppEnabled('files_sharing');
OC_JSON::checkAdminUser();
error_log($_POST['resharing']);
if ($_POST['resharing'] == true) {
error_log("enabling");
OC_Appconfig::setValue('files_sharing', 'resharing', 'yes');
} else {
error_log("disabling");
OC_Appconfig::setValue('files_sharing', 'resharing', 'no');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment