phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18969] partial fix : added globally denied class (ne


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18969] partial fix : added globally denied class (nearly empty) to prevent phpgw install from crashing
Date: Sat, 25 Oct 2008 18:07:05 +0000

Revision: 18969
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18969
Author:   maat
Date:     2008-10-25 18:07:05 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
partial fix : added globally denied class (nearly empty) to prevent phpgw 
install from crashing

Added Paths:
-----------
    core/trunk/phpgwapi/inc/class.globally_denied.inc.php

Added: core/trunk/phpgwapi/inc/class.globally_denied.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.globally_denied.inc.php                       
        (rev 0)
+++ core/trunk/phpgwapi/inc/class.globally_denied.inc.php       2008-10-25 
18:07:05 UTC (rev 18969)
@@ -0,0 +1,39 @@
+       <?
+       /**
+       * phpGroupWare API - globally_denied
+       * @author ? <address@hidden>
+       * @copyright Copyright (C) 2000-2008 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License v3 or later
+       * @package phpgroupware
+       * @subpackage phpgwapi
+       * @version $Id: class.globally_denied.inc.php $
+       */
+
+       /*
+               This program is free software: you can redistribute it and/or 
modify
+               it under the terms of the GNU Lesser General Public License as 
published by
+               the Free Software Foundation, either version 3 of the License, 
or
+               (at your option) any later version.
+
+               This program is distributed in the hope that it will be useful,
+               but WITHOUT ANY WARRANTY; without even the implied warranty of
+               MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+               GNU Lesser General Public License for more details.
+
+               You should have received a copy of the GNU Lesser General 
Public License
+               along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
+        */
+
+       /**
+       * phpGroupWare API - globally_denied
+       *
+       * @package phpgroupware
+       * @subpackage phpgwapi
+       */
+       class phpgwapi_globally_denied
+       {
+               static function user()
+               {
+                       return null;
+               }
+       }


Property changes on: core/trunk/phpgwapi/inc/class.globally_denied.inc.php
___________________________________________________________________
Name: svn:mime-type
   + text/plain






reply via email to

[Prev in Thread] Current Thread [Next in Thread]