+ Fixed several bugs in PMs section

git-svn-id: https://svn.pioder.pl/uf-svn/uF@37 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2010-01-14 20:09:36 +00:00
parent 194a9ffc01
commit 43657534ab
61 changed files with 138 additions and 60 deletions

View File

@@ -4,7 +4,7 @@
* @file admin/admin_forums.php * @file admin/admin_forums.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/admin_groups.php * @file admin/admin_groups.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/admin_scripts.php * @file admin/admin_scripts.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/admin_users.php * @file admin/admin_users.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/banlist.php * @file admin/banlist.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/censorlist.php * @file admin/censorlist.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/check_script.php * @file admin/check_script.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/check_script_data.php * @file admin/check_script_data.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file admin/forum_info.php * @file admin/forum_info.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/header.php * @file admin/header.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/index.php * @file admin/index.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/mass_email.php * @file admin/mass_email.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file admin/smilelist.php * @file admin/smilelist.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file common.php * @file common.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/

View File

@@ -4,7 +4,7 @@
* @file eprofile.php * @file eprofile.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file forum.php * @file forum.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file groups.php * @file groups.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file includes/admin/class_forum.php * @file includes/admin/class_forum.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/admin/class_main.php * @file includes/admin/class_main.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/cache/cache_forums.php * @file includes/cache/cache_forums.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if(!defined('IN_uF')) if(!defined('IN_uF'))

View File

@@ -4,7 +4,7 @@
* @file includes/cache/cache_index.php * @file includes/cache/cache_index.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if(!defined('IN_uF')) if(!defined('IN_uF'))

View File

@@ -4,7 +4,7 @@
* @file includes/cache/cache_topic.php * @file includes/cache/cache_topic.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if(!defined('IN_uF')) if(!defined('IN_uF'))

View File

@@ -2,9 +2,9 @@
/** /**
* @package uForum * @package uForum
* @file includes/classes/class_forum.php * @file includes/classes/class_forum.php
* @version $Id: classes/class_forum.php 15 2009-05-01 17:06:40Z pioder $ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -2,9 +2,9 @@
/** /**
* @package uForum * @package uForum
* @file includes/classes/class_mod.php * @file includes/classes/class_mod.php
* @version $Id: classes/class_mod.php 15 2009-05-01 17:06:40Z pioder $ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/classes/class_pms.php * @file includes/classes/class_pms.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -2,9 +2,9 @@
/** /**
* @package uForum * @package uForum
* @file includes/classes/class_posting.php * @file includes/classes/class_posting.php
* @version $Id: classes/class_posting.php 15 2009-05-01 17:06:40Z pioder $ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -2,9 +2,9 @@
/** /**
* @package uForum * @package uForum
* @file includes/classes/class_topic.php * @file includes/classes/class_topic.php
* @version $Id: classes/class_topic.php 15 2009-05-01 17:06:40Z pioder $ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -2,9 +2,9 @@
/** /**
* @package uForum * @package uForum
* @file includes/classes/class_user.php * @file includes/classes/class_user.php
* @version $Id: classes/class_user.php 15 2009-05-01 17:06:40Z pioder $ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled</title>
<meta http-equiv="refresh" content="0; url=../index.php" />
</head>
<body>
<p>
</p>
</body>
</html>

View File

@@ -4,7 +4,7 @@
* @file includes/classes/secure.php * @file includes/classes/secure.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file constans.php * @file constans.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if (!defined('IN_uF')) if (!defined('IN_uF'))

View File

@@ -4,7 +4,7 @@
* @file includes/db.php * @file includes/db.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/class_email.php * @file includes/class_email.php
* @version $Id: emailer.php -1 $ * @version $Id: emailer.php -1 $
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/errors.php * @file includes/errors.php
* @version $Id: errors.php 15 2009-05-01 17:06:40Z pioder $ * @version $Id: errors.php 15 2009-05-01 17:06:40Z pioder $
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/class_overall.php * @file includes/class_overall.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

15
includes/pms/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled</title>
<meta http-equiv="refresh" content="0; url=../index.php" />
</head>
<body>
<p>
</p>
</body>
</html>

View File

@@ -1,4 +1,16 @@
<?php <?php
/**
* @package uForum
* @file includes/pms/pms_delete.php
* @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )
{
die('Hacking attempt');
}
if (isset($_GET['user'])) if (isset($_GET['user']))
{ {

View File

@@ -1,4 +1,16 @@
<?php <?php
/**
* @package uForum
* @file includes/pms/pms_folder.php
* @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )
{
die('Hacking attempt');
}
// //
//private messsages cache - v1.0 Alpha 2 //private messsages cache - v1.0 Alpha 2

View File

@@ -1,4 +1,16 @@
<?php <?php
/**
* @package uForum
* @file includes/pms/pms_view.php
* @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )
{
die('Hacking attempt');
}
//smiles cache //smiles cache
$sql = "SELECT * FROM ".SMILES_TABLE.""; $sql = "SELECT * FROM ".SMILES_TABLE."";

View File

@@ -1,4 +1,16 @@
<?php <?php
/**
* @package uForum
* @file includes/pms/pms_write.php
* @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )
{
die('Hacking attempt');
}
$msg =''; $msg ='';

View File

@@ -4,7 +4,7 @@
* @file includes/sessions.php * @file includes/sessions.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file includes/sql_parse.php * @file includes/sql_parse.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
* @note Originally, phpMyAdmin function * @note Originally, phpMyAdmin function
**/ **/

View File

@@ -4,7 +4,7 @@
* @file index.php * @file index.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file lngs/Polish/admin.php * @file lngs/Polish/admin.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
include('./../lngs/Polish/wysiwyg.php'); include('./../lngs/Polish/wysiwyg.php');

View File

@@ -4,7 +4,7 @@
* @file lngs/Polish/email.php * @file lngs/Polish/email.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
//register message :] //register message :]

View File

@@ -4,7 +4,7 @@
* @file lngs/Polish/install.php * @file lngs/Polish/install.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
$lng['install_header']='Instalator skryptu &micro;Forum'; $lng['install_header']='Instalator skryptu &micro;Forum';

View File

@@ -4,7 +4,7 @@
* @file lngs/Polish/main.php * @file lngs/Polish/main.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
include('./lngs/Polish/wysiwyg.php'); include('./lngs/Polish/wysiwyg.php');

View File

@@ -4,7 +4,7 @@
* @file lngs/Polish/quick_reply.php * @file lngs/Polish/quick_reply.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
$lng['title']='Szybka Odpowiedź'; $lng['title']='Szybka Odpowiedź';

View File

@@ -4,7 +4,7 @@
* @file lngs/Polish/wysiwyg.php * @file lngs/Polish/wysiwyg.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
$lng['function_disabled_html_mode']='Funkcja niedostępna w trybie HTML'; $lng['function_disabled_html_mode']='Funkcja niedostępna w trybie HTML';

View File

@@ -4,7 +4,7 @@
* @file login.php * @file login.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file moderate.php * @file moderate.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file pms.php * @file pms.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file posting.php * @file posting.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file quick_reply.php * @file quick_reply.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
if ( !defined('IN_uF') ) if ( !defined('IN_uF') )

View File

@@ -4,7 +4,7 @@
* @file register.php * @file register.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file search.php * @file search.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file shoutbox.php * @file shoutbox.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/

View File

@@ -4,7 +4,7 @@
* @file topic.php * @file topic.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file user.php * @file user.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file users.php * @file users.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);

View File

@@ -4,7 +4,7 @@
* @file warns.php * @file warns.php
* @version $Id$ * @version $Id$
* @copyright 2007-2010 (c) PioDer <pioder@wp.pl> * @copyright 2007-2010 (c) PioDer <pioder@wp.pl>
* @link http://www.pioder.pl/ * @link http://www.pioder.pl/
* @license see LICENSE.txt * @license see LICENSE.txt
**/ **/
define('IN_uF', true); define('IN_uF', true);