mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
remove cli check
This commit is contained in:
parent
58f369d029
commit
010c4e0b83
1 changed files with 0 additions and 4 deletions
|
|
@ -1,9 +1,5 @@
|
|||
<?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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue