Initial Import
git-svn-id: https://beef.googlecode.com/svn/trunk@2 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
7
include/msf.inc.php
Normal file
7
include/msf.inc.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
define('MSF_HOST', '127.0.0.1');
|
||||
define('MSF_PORT', '55553');
|
||||
define('MSF_USER', 'msf');
|
||||
define('MSF_PASS', 'BeEFMSFPass');
|
||||
define('MSF_BASE_URL', 'http://192.168.1.235');
|
||||
?>
|
||||
Reference in New Issue
Block a user