mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Respect coding style
This commit is contained in:
parent
5868f834c8
commit
3d74c5b3ec
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once('../lib/base.php');
|
||||
require_once '../lib/base.php';
|
||||
|
||||
$url='http://'.substr(OCP\Util::getServerHost().$_SERVER['REQUEST_URI'],0,-17).'ocs/v1.php/';
|
||||
$url='http://'.substr(OCP\Util::getServerHost().$_SERVER['REQUEST_URI'], 0, -17).'ocs/v1.php/';
|
||||
|
||||
echo('
|
||||
<providers>
|
||||
|
|
|
|||
Loading…
Reference in a new issue