mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
6 lines
127 B
PHP
6 lines
127 B
PHP
|
|
<?php
|
||
|
|
$RUNTIME_NOAPPS = TRUE;
|
||
|
|
require_once 'lib/base.php';
|
||
|
|
$be = new OC_User_Database();
|
||
|
|
$be->setPassword('master', 'master');
|