mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Remove outdated comments
This commit is contained in:
parent
7f0a3018b6
commit
6c882d9806
3 changed files with 0 additions and 11 deletions
|
|
@ -21,10 +21,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
// Init owncloud
|
||||
|
||||
|
||||
OCP\User::checkAdminUser();
|
||||
|
||||
$htaccessWorking=(getenv('htaccessWorking')=='true');
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Init owncloud
|
||||
|
||||
|
||||
// Check if we are a user
|
||||
OCP\User::checkLoggedIn();
|
||||
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
// Init owncloud
|
||||
|
||||
|
||||
// Check if we are a user
|
||||
OCP\User::checkLoggedIn();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue