phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.validator.inc.php, 1.2, 1.2.4


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.validator.inc.php, 1.2, 1.2.4.1
Date: Tue, 08 Jul 2003 17:59:15 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv25354

Modified Files:
      Tag: Version-0_9_16-branch
        class.validator.inc.php 
Log Message:
NONFREE - stubbing - to comply with savannah guidelines

Index: class.validator.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.validator.inc.php,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** class.validator.inc.php     2 Oct 2001 05:05:45 -0000       1.2
--- class.validator.inc.php     8 Jul 2003 21:59:12 -0000       1.2.4.1
***************
*** 1,8 ****
  <?php
    /**************************************************************************\
!   * phpGroupWare API - Session management                                    *
!   * This file written by Dan Kuykendall <address@hidden>            *
!   * and Joseph Engo <address@hidden>                                 *
!   * Copyright (C) 2000, 2001 Dan Kuykendall                                  *
    * -------------------------------------------------------------------------*
    * This library is part of the phpGroupWare API                             *
--- 1,7 ----
  <?php
[...1493 lines suppressed...]
!               
!               function nonfree_call()
!               {
!                       echo 'class.validator.inc.php used to contain code that 
was not Free ';
!                       echo 'Software (<a 
href="(http://www.gnu.org/philosophy/free-sw.html";>see ';
!                       echo 'definition</a> , therefore it has been removed. 
<br><br>';
!                       echo 'If you are a application maintainer, please 
update your app. ';
!                       echo 'If you are a user, please file a bug report on ';
!                       echo '<a 
href="https://savannah.gnu.org/bugs/?group=phpgroupware";>';
!                       echo 'our project page at savannah.gnu.org</a>. Please 
copy and paste ';
!                       echo 'the following information into the bug 
report:<br>';
!                       echo '<b>Summary<b>: ' . 
$GLOBALS['phpgw_info']['flags']['currentapp'];
!                       echo 'calls class.validator.inc.php';
!                       echo 'Information:<br> The call was found when calling: 
' . $_SERVER['QUERY_STRING'];
!                       echo '<br><br>This application will now halt!<br><br>'
!                       echo '<a href="'. $GLOBALS['phpgw']->link('/home.php') 
.'">Return to Home Screen</a>';
!                       exit;
!               }
!       }
  ?>





reply via email to

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