Jump to content

Connecting to remove server(s)


Recommended Posts

Please change line 4 in addserver.php from:

 

 

$input = explode( " ", $input );
 
to:
 
$input = explode( " ", $input, 2 );
 
UNCs can have spaces in them.
 
 

 

I forgot I actually need to release an update for this. I changed the way it saves servers. I decided to add a separator so that you could easily add names with spaces to the server name as well. So now its "addsrv <name> | <path>" to add one. Will try to post it tomorrow

Link to comment
  • 2 weeks later...
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...