mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Add introductory comment.
This commit is contained in:
parent
08455669c6
commit
c16fa7309c
@ -1,4 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Display a list of all users
|
||||
*
|
||||
* @package rscds
|
||||
* @subpackage RSCDSSession
|
||||
* @author Andrew McMillan <andrew@catalyst.net.nz>
|
||||
* @copyright Catalyst .Net Ltd
|
||||
* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
|
||||
*/
|
||||
require_once("../inc/always.php");
|
||||
require_once("RSCDSSession.php");
|
||||
$session->LoginRequired();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user