Exemplo n.º 1
0
 /**
  * checks if a file is blacklisted for storage in the filesystem
  * Listens to write and rename hooks
  *
  * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem
  * @param array $data from hook
  */
 public static function isBlacklisted($data)
 {
     \OC\Files\Filesystem::isBlacklisted($data);
 }