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: be6834ddb8ae97794b02ce46672fd24613afa6fb (plain)
1
2
3
4
5
6
7
<?php
OCP\User::checkLoggedIn ();

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