https://github.com/owncloud/core
Raw File
Tip revision: b8ba2825ed08ce1ef58b374fbe3cccb01ae5ef75 authored by Juan Pablo Villafáñez on 16 October 2023, 09:01:08 UTC
Fix preview cleanup for postgresql
Tip revision: b8ba282
occ
#!/usr/bin/env php
<?php
/**
 * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

//$argv = $_SERVER['argv'];
require_once __DIR__ . '/console.php';
back to top