Skip to content
Snippets Groups Projects
Commit 010c4e0b authored by Thomas Müller's avatar Thomas Müller
Browse files

remove cli check

parent 58f369d0
No related branches found
No related tags found
No related merge requests found
<?php
if (!OC::$CLI) {
echo "This script can be run from the command line only\n";
return;
}
if (count($argv) !== 2) {
echo "Usage:" . PHP_EOL;
echo " files:scan <user_id>" . PHP_EOL;
......
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