bbj.php/client/config.php

9 lines
166 B
PHP

<?php
// Location of CSS
define("CSS_LOCATION","/css/hacker.css");
// Host and Port of BBJ instance
define("BBJ_HOST","127.0.0.1");
define("BBJ_PORT",7099);
?>