<?php
session_start();
include "html.class.php";
include "db.class.php";
include "authentication.class.php";
// include "email.class.php";
include "barcode.class.php";
include "callendar.class.php";
include "dashboard.class.php";
include "signature.class.php";
include "app.class.php";
include "table.class.php";
include "loading.class.php";
include "fpdf.php";


$db = new db();
$function = new app_features();