Browse Source

+ Fixed several bugs in PMs section

git-svn-id: https://svn.pioder.pl/uf-svn/uF@37 72ec579a-5ced-4fa4-82f3-afba5d98df2f
master
pioder 14 years ago
parent
commit
43657534ab
61 changed files with 138 additions and 60 deletions
  1. +1
    -1
      admin/admin_forums.php
  2. +1
    -1
      admin/admin_groups.php
  3. +1
    -1
      admin/admin_script.php
  4. +1
    -1
      admin/admin_users.php
  5. +1
    -1
      admin/banlist.php
  6. +1
    -1
      admin/censorlist.php
  7. +1
    -1
      admin/check_script.php
  8. +1
    -1
      admin/check_script_data.php
  9. +1
    -1
      admin/forum_info.php
  10. +1
    -1
      admin/header.php
  11. +1
    -1
      admin/index.php
  12. +1
    -1
      admin/mass_email.php
  13. +1
    -1
      admin/smilelist.php
  14. +1
    -1
      common.php
  15. +1
    -1
      eprofile.php
  16. +1
    -1
      forum.php
  17. +1
    -1
      groups.php
  18. +1
    -1
      includes/admin/class_forum.php
  19. +1
    -1
      includes/admin/class_main.php
  20. +1
    -1
      includes/cache/cache_forums.php
  21. +1
    -1
      includes/cache/cache_index.php
  22. +1
    -1
      includes/cache/cache_topic.php
  23. +2
    -2
      includes/classes/class_forum.php
  24. +2
    -2
      includes/classes/class_mod.php
  25. +1
    -1
      includes/classes/class_pms.php
  26. +2
    -2
      includes/classes/class_posting.php
  27. +2
    -2
      includes/classes/class_topic.php
  28. +2
    -2
      includes/classes/class_user.php
  29. +15
    -0
      includes/classes/index.html
  30. +1
    -1
      includes/classes/secure.php
  31. +1
    -1
      includes/constants.php
  32. +1
    -1
      includes/db.php
  33. +1
    -1
      includes/emailer.php
  34. +1
    -1
      includes/errors.php
  35. +1
    -1
      includes/misc_functions.php
  36. +15
    -0
      includes/pms/index.html
  37. +12
    -0
      includes/pms/pms_delete.php
  38. +12
    -0
      includes/pms/pms_folder.php
  39. +12
    -0
      includes/pms/pms_view.php
  40. +12
    -0
      includes/pms/pms_write.php
  41. +1
    -1
      includes/sessions.php
  42. +1
    -1
      includes/sql_parse.php
  43. +1
    -1
      index.php
  44. +1
    -1
      lngs/Polish/admin.php
  45. +1
    -1
      lngs/Polish/email.php
  46. +1
    -1
      lngs/Polish/install.php
  47. +1
    -1
      lngs/Polish/main.php
  48. +1
    -1
      lngs/Polish/quick_reply.php
  49. +1
    -1
      lngs/Polish/wysiwyg.php
  50. +1
    -1
      login.php
  51. +1
    -1
      moderate.php
  52. +1
    -1
      pms.php
  53. +1
    -1
      posting.php
  54. +1
    -1
      quick_reply.php
  55. +1
    -1
      register.php
  56. +1
    -1
      search.php
  57. +1
    -1
      shoutbox.php
  58. +1
    -1
      topic.php
  59. +1
    -1
      user.php
  60. +1
    -1
      users.php
  61. +1
    -1
      warns.php

+ 1
- 1
admin/admin_forums.php View File

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

+ 1
- 1
admin/admin_groups.php View File

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

+ 1
- 1
admin/admin_script.php View File

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

+ 1
- 1
admin/admin_users.php View File

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

+ 1
- 1
admin/banlist.php View File

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

+ 1
- 1
admin/censorlist.php View File

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

+ 1
- 1
admin/check_script.php View File

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

+ 1
- 1
admin/check_script_data.php View File

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

+ 1
- 1
admin/forum_info.php View File

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

+ 1
- 1
admin/header.php View File

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

+ 1
- 1
admin/index.php View File

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

+ 1
- 1
admin/mass_email.php View File

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

+ 1
- 1
admin/smilelist.php View File

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

+ 1
- 1
common.php View File

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

+ 1
- 1
eprofile.php View File

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

+ 1
- 1
forum.php View File

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

+ 1
- 1
groups.php View File

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

+ 1
- 1
includes/admin/class_forum.php View File

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

+ 1
- 1
includes/admin/class_main.php View File

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

+ 1
- 1
includes/cache/cache_forums.php View File

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

+ 1
- 1
includes/cache/cache_index.php View File

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

+ 1
- 1
includes/cache/cache_topic.php View File

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

+ 2
- 2
includes/classes/class_forum.php View File

@ -2,9 +2,9 @@
/**
* @package uForum
* @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>
* @link http://www.pioder.pl/
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )

+ 2
- 2
includes/classes/class_mod.php View File

@ -2,9 +2,9 @@
/**
* @package uForum
* @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>
* @link http://www.pioder.pl/
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )

+ 1
- 1
includes/classes/class_pms.php View File

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

+ 2
- 2
includes/classes/class_posting.php View File

@ -2,9 +2,9 @@
/**
* @package uForum
* @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>
* @link http://www.pioder.pl/
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )

+ 2
- 2
includes/classes/class_topic.php View File

@ -2,9 +2,9 @@
/**
* @package uForum
* @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>
* @link http://www.pioder.pl/
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )

+ 2
- 2
includes/classes/class_user.php View File

@ -2,9 +2,9 @@
/**
* @package uForum
* @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>
* @link http://www.pioder.pl/
* @link http://www.pioder.pl/
* @license see LICENSE.txt
**/
if ( !defined('IN_uF') )

+ 15
- 0
includes/classes/index.html 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>

+ 1
- 1
includes/classes/secure.php View File

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

+ 1
- 1
includes/constants.php View File

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

+ 1
- 1
includes/db.php View File

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

+ 1
- 1
includes/emailer.php View File

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

+ 1
- 1
includes/errors.php View File

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

+ 1
- 1
includes/misc_functions.php View File

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

+ 15
- 0
includes/pms/index.html 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>

+ 12
- 0
includes/pms/pms_delete.php View File

@ -1,4 +1,16 @@
<?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']))
{

+ 12
- 0
includes/pms/pms_folder.php View File

@ -1,4 +1,16 @@
<?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

+ 12
- 0
includes/pms/pms_view.php View File

@ -1,4 +1,16 @@
<?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
$sql = "SELECT * FROM ".SMILES_TABLE."";

+ 12
- 0
includes/pms/pms_write.php View File

@ -1,4 +1,16 @@
<?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 ='';

+ 1
- 1
includes/sessions.php View File

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

+ 1
- 1
includes/sql_parse.php View File

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

+ 1
- 1
index.php View File

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

+ 1
- 1
lngs/Polish/admin.php View File

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

+ 1
- 1
lngs/Polish/email.php View File

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

+ 1
- 1
lngs/Polish/install.php View File

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

+ 1
- 1
lngs/Polish/main.php View File

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

+ 1
- 1
lngs/Polish/quick_reply.php View File

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

+ 1
- 1
lngs/Polish/wysiwyg.php View File

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

+ 1
- 1
login.php View File

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

+ 1
- 1
moderate.php View File

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

+ 1
- 1
pms.php View File

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

+ 1
- 1
posting.php View File

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

+ 1
- 1
quick_reply.php View File

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

+ 1
- 1
register.php View File

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

+ 1
- 1
search.php View File

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

+ 1
- 1
shoutbox.php View File

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

+ 1
- 1
topic.php View File

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

+ 1
- 1
user.php View File

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

+ 1
- 1
users.php View File

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

+ 1
- 1
warns.php View File

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

Loading…
Cancel
Save