bbj.php/client/config.php

9 lines
184 B
PHP
Raw Normal View History

2018-07-07 06:09:31 +00:00
<?php
// Location of CSS
define("CSS_LOCATION","https://tilde.team/css/hacker.css");
2018-07-07 06:09:31 +00:00
// Host and Port of BBJ instance
define("BBJ_HOST","127.0.0.1");
define("BBJ_PORT",7099);
?>