Small bug in a registr.php
Status: Inactive
Brought to you by:
ymi
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 (различные способы доступа к переменным формы).