<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
import werkzeug
import uwsgi

def zero_app(e,s):
    s('200 OK', [ ('Content-Type', 'text/plain') ])
    return "0"

def not_found(e,s):
    s('404 Not Found', [ ('Content-Type', 'text/plain') ])
    return ""


def wsgi_app(e, s):