diff options
Diffstat (limited to 'pages/wot/9.php')
-rw-r--r-- | pages/wot/9.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/wot/9.php b/pages/wot/9.php index 0d9b22d..b492ff6 100644 --- a/pages/wot/9.php +++ b/pages/wot/9.php @@ -15,9 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ - + require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); - + $res = mysql_query("select * from `users` where `id`='".intval($_REQUEST['userid'])."' and `listme`='1'"); if(mysql_num_rows($res) <= 0) |