Example #1
0
<?php

require_once 'inc/forcehttps.php';
function __autoload($class_name)
{
    include_once 'inc/class.' . $class_name . '.php';
}
$session = new Session();
$connection = new Connection();
$session->loginCheck($connection);
?>

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="description" content="Netwerk: Easy network management">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Netwerk</title>

  <!-- Add to homescreen for Chrome on Android -->
  <meta name="mobile-web-app-capable" content="yes">
  <link rel="icon" sizes="192x192" href="assets/img/android-desktop.png">

  <!-- Add to homescreen for Safari on iOS -->
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
  <meta name="apple-mobile-web-app-title" content="Netwerk">
  <link rel="apple-touch-icon-precomposed" href="assets/img/ios-desktop.png">