<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 />
<head>
<style>
.flash {
color: red;
}
</style>
</head>
<body>
{% with messages = get_flashed_messages() %}
        {% if messages %}
                <div class="flash">
                        <ul>
                        {% for message in messages %}
                                <li>{{ message }}</li>
                        {% endfor %}
                        </ul>
                </div>
        {% endif %}
{% endwith %}
<h1>next available slot: {{uwsgi.queue_slot()}}</h1>
<h1>next available pull slot: {{uwsgi.queue_pull_slot()}}</h1>
{% for item in range(0, uwsgi.queue_size) %}

slot {{item}} = {{uwsgi.queue_get(item)}}<br/>

{% endfor %}

<br/>

<form method="POST" action="/push">
<input type="text" name="body"><input type="submit" value="push value" /><br/>
</form>

<form method="POST" action="/get">
<input type="text" name="slot" size="9"><input type="submit" value="get value" /><br/>
</form>

<form method="