ceeb44bd04
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
5 lines
127 B
PHP
5 lines
127 B
PHP
<?php
|
|
$RUNTIME_NOAPPS = TRUE;
|
|
require_once 'lib/base.php';
|
|
$be = new OC_User_Database();
|
|
$be->setPassword('master', 'master');
|