[ PHPXref.com ] [ Generated: Sun Jul 20 16:35:25 2008 ] [ bBlog 0.7.6 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/bblog/bBlog_plugins/ -> function.sapi_test.php (source)

   1  <?php
   2  // function.sapi_test.php 
   3  //
   4  // Written by Elie BLETON <lordwo__at__sourceforge__dot__net>
   5  //
   6  // This function is only intented to provide test routines for the SettingsAPI.
   7  // It have no other purposes than making something crash if possible, to pinpoint bugs.
   8  //
   9  // DO NOT USE IT IF YOU DO NOT KNOW WHAT YOU ARE DOING.
  10  // Well, using it won't harm if you're curious. If not, you're just wasting your time.
  11  //
  12  
  13  /*
  14  ** bBlog Weblog http://www.bblog.com/
  15  ** Copyright (C) 2003  Eaden McKee <email@eadz.co.nz>
  16  **
  17  ** This program is free software; you can redistribute it and/or modify
  18  ** it under the terms of the GNU General Public License as published by
  19  ** the Free Software Foundation; either version 2 of the License, or
  20  ** (at your option) any later version.
  21  **
  22  ** This program is distributed in the hope that it will be useful,
  23  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
  24  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  25  ** GNU General Public License for more details.
  26  **
  27  ** You should have received a copy of the GNU General Public License
  28  ** along with this program; if not, write to the Free Software
  29  ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  30  */
  31  
  32  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]