| |
Welcome to Jurpopage Official Navigation for project updates,
readme, change log, help, & download New
version update. Download
navigation here...
|
| |
|
| |
<?php
/**
* Gets core libraries and defines some variables
*/
require_once './library/common.php';
require_once './library/configuration.php';
//$conn_id = connect();
//disconnect($conn_id);
session_register("jurpopage");
session_destroy();
header("location:index.php"); exit;
?>
|
| |
|
|
|