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
(различные способы доступа к переменным
формы).
Nobody/Anonymous ( nobody ) - 2006-06-11 10:52
5
Open
None
Nobody/Anonymous
None
None
Public