Respect coding style

remotes/origin/stable45
Thomas Müller 12 years ago
parent 5868f834c8
commit 3d74c5b3ec
  1. 4
      ocs/providers.php

@ -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…
Cancel
Save