Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.php - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76d605ae1981313ddcee36f9a53e99d8214e38a6 (plain)
1
2
3
4
5
6
7
8
<?php

OCP\User::checkLoggedIn();

OCP\App::setActiveNavigationEntry( 'ojsxc' );
$tmpl = new OCP\Template( 'ojsxc', 'main', 'user' );
$tmpl->printPage();
?>