<?php
session_start();
include '../functions.class.php';
include '../root.class.php';
$call = new call_functions();


$call->stock_datalist_into_session();

echo 1;