2015-04-06 02:29:00 +02:00

9 lines
263 B
PHP

<?php
$mysqlConn=array(); // mysql config data here
$mysqlConn['host']="dbhost here";
$mysqlConn['user']="dbuser here";
$mysqlConn["pass"]="dbpass here";
$mysqlConn['base']="dbname here";
$mysqlConn['table']="blocks"; // table named the same as Minetest's one
?>