mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-12 16:04:35 +08:00
updated version to 2.2.1 and added max-version="15" Signed-off-by: fnuesse <felix.nuesse@t-online.de> Signed-off-by: Passman Bot <info@passman.cc>
11 lines
283 B
PHP
11 lines
283 B
PHP
#!/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';
|