+ Changed license to X11 modified by PioDer
+ Updated author webpage url + Positioned "You have x PMs" + Colored special groups (Admins, Mods) git-svn-id: https://svn.pioder.pl/uf-svn/uF@36 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/class_forum.php
|
||||
* @version $Id: classes/class_forum.php 15 2009-05-01 17:06:40Z pioder $
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/class_mod.php
|
||||
* @version $Id: classes/class_mod.php 15 2009-05-01 17:06:40Z pioder $
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/class_pms.php
|
||||
* @version $Id$
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/class_posting.php
|
||||
* @version $Id: classes/class_posting.php 15 2009-05-01 17:06:40Z pioder $
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/class_topic.php
|
||||
* @version $Id: classes/class_topic.php 15 2009-05-01 17:06:40Z pioder $
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/class_user.php
|
||||
* @version $Id: classes/class_user.php 15 2009-05-01 17:06:40Z pioder $
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
@@ -188,7 +188,7 @@ class User
|
||||
DataBase::sql_query($sql,CRITICAL,'Could not create new user');
|
||||
}
|
||||
|
||||
function UserMsgs()
|
||||
function UserPMs()
|
||||
{
|
||||
$uid = $_SESSION['uid'];
|
||||
if($uid>0)
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* @package uForum
|
||||
* @file includes/classes/secure.php
|
||||
* @version $Id$
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
|
||||
* @link http://www.pioder.pl/
|
||||
* @license see LICENSE.txt
|
||||
**/
|
||||
if ( !defined('IN_uF') )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user