Skip to content
Snippets Groups Projects
Commit e409e7cd authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

forgot a file

parent 5193ddd7
No related branches found
No related tags found
No related merge requests found
<?php
OC_JSON::checkAppEnabled('files_versions');
OC_JSON::checkAdminUser();
if (OC_Config::getValue('versions', 'true')=='true') {
OC_Config::setValue('versions', 'false');
} else {
OC_Config::setValue('versions', 'true');
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment