Files @ 8153c9bca64c
Branch filter:

Location: DistRen/etc/distrenclient.conf

NEO
frame_finder(); changes
- changed your_frame=null to your_frame=0
- replaced a placeholder variable (x) with frameset_counter.

status_report_generator changes
- changed some if(meh = meh) to if(meh == meh).
/*
 A client is essentially the libdistren library or any app that is submitting 
 files. Thus, it should only need to know which server to access. Credentials
 specific to a server will be specified per-server for now.
*/
client
{
  server = "ohnopublishing"
}

include("distrencommon.conf")