https://github.com/owncloud/core
Raw File
Tip revision: 5d0647820daa8f8eee2fc8ff158ae8bc396a6596 authored by Jörn Friedrich Dreyer on 17 January 2018, 15:44:48 UTC
prevent sending Pragma:nocache headers
Tip revision: 5d06478
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