mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Respect coding style
This commit is contained in:
parent
9e5807d1f9
commit
5bd4d6b051
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
// Init owncloud
|
||||
require_once('../../lib/base.php');
|
||||
require_once '../../lib/base.php';
|
||||
|
||||
$app = $_POST["app"];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue