diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-17 08:37:32 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-17 08:37:32 +0000 |
commit | 86282fce6fae0a471a851fc33ae34aa455ddc2ab (patch) | |
tree | 50e8f85e856ac34ee12555c4caced7d059b91e52 /phpBB/priv_msgs.php | |
parent | 4b77cbd2cbf9d367c55d9e2db500bf3f536c17ec (diff) | |
download | forums-86282fce6fae0a471a851fc33ae34aa455ddc2ab.tar forums-86282fce6fae0a471a851fc33ae34aa455ddc2ab.tar.gz forums-86282fce6fae0a471a851fc33ae34aa455ddc2ab.tar.bz2 forums-86282fce6fae0a471a851fc33ae34aa455ddc2ab.tar.xz forums-86282fce6fae0a471a851fc33ae34aa455ddc2ab.zip |
Initial revision
git-svn-id: file:///svn/phpbb/trunk@2 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/priv_msgs.php')
-rw-r--r-- | phpBB/priv_msgs.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/phpBB/priv_msgs.php b/phpBB/priv_msgs.php new file mode 100644 index 0000000000..b4278d1182 --- /dev/null +++ b/phpBB/priv_msgs.php @@ -0,0 +1,27 @@ +<?php +/*************************************************************************** + * + * ------------------- + * begin : Saturday, Feb 13, 2001 + * copyright : (C) 2001 The phpBB Group + * email : support@phpbb.com + * + * $Id$ + * + * + ***************************************************************************/ + + +/*************************************************************************** + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * + ***************************************************************************/ + + + +?> |