mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-16 12:49:42 +01:00
Moved recaptcha in the lib folder
This commit is contained in:
parent
d04a6fff7d
commit
e529802c57
@ -1,6 +1,6 @@
|
||||
<?
|
||||
require("include/top.php");
|
||||
require_once('recaptchalib.php');
|
||||
<?php
|
||||
require_once('include/top.php');
|
||||
require_once('lib/recaptcha/recaptchalib.php');
|
||||
|
||||
// Get IM types
|
||||
$result = mysql_query("DESC users im_type");
|
||||
|
@ -1,8 +1,7 @@
|
||||
<?
|
||||
|
||||
require("include/top.php");
|
||||
require("include/libbb.php");
|
||||
require("recaptchalib.php");
|
||||
<?php
|
||||
require_once('include/top.php');
|
||||
require_once('include/libbb.php');
|
||||
require_once('lib/recaptcha/recaptchalib.php');
|
||||
|
||||
$who = (int)$_GET["who"];
|
||||
if(!$who) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?
|
||||
|
||||
require("include/top.php");
|
||||
require("include/libbb.php");
|
||||
<?php
|
||||
require_once('include/top.php');
|
||||
require_once('include/libbb.php');
|
||||
require_once('lib/recaptcha/recaptchalib.php');
|
||||
|
||||
$who = (int)$_GET["who"];
|
||||
if(!$who) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user