Menu

#2 Small bug in a registr.php

open
nobody
None
5
2006-06-11
2006-06-11
Anonymous
No

On some systems (depending on PHP settings) you need to add following code to the registr.php:

$host=$_POST['host'];
$port=$_POST['port'];
$user=$_POST['user'];
$pass=$_POST['pass'];
$about=$_POST['about'];

Please mention this in readme file.

По-видимому, это связано с настройками PHP (различные способы доступа к переменным формы).

Discussion


Log in to post a comment.