PHP Classes

File: examples/testlogin3.php

Recommend this page to a friend!
  Classes of Jorge Castro   DashOne   examples/testlogin3.php   Download  
File: examples/testlogin3.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: DashOne
Compose and display a dashboard programmatically
Author: By
Last change:
Date: 4 years ago
Size: 147 bytes
 

Contents

Class file image Download
<?php

use eftec\DashOne\DashOne;

@
session_start();
include
"../vendor/autoload.php";


DashOne::logout('testlogin.php');

@
session_write_close();