+ 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:
15
includes/pms/index.html
Normal file
15
includes/pms/index.html
Normal 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,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']))
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."";
|
||||
|
||||
@@ -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 ='';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user