source: trunk/workflow/showUserPicture.php @ 3167

Revision 3167, 815 bytes checked in by viani, 14 years ago (diff)

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

  • Property svn:executable set to *
Line 
1<?php
2/**************************************************************************\
3* eGroupWare                                                                       *
4* http://www.egroupware.org                                                *
5* --------------------------------------------                             *
6*  This program is free software; you can redistribute it and/or modify it *
7*  under the terms of the GNU General Public License as published by the   *
8*  Free Software Foundation; either version 2 of the License, or (at your  *
9*  option) any later version.                                              *
10\**************************************************************************/
11require_once 'inc/common.inc.php';
12if (empty($_SESSION))
13        exit(0);
14Factory::getInstance('UserPictureProvider')->serve();
15?>
Note: See TracBrowser for help on using the repository browser.