Page MenuHomeGitPull.it

logoff.php
No OneTemporary

Authored By
Unknown
Size
284 B
Referenced Files
None
Subscribers
None

logoff.php

<?php
if(empty($global['systemRootPath'])){
$global['systemRootPath'] = "../";
}
require_once $global['systemRootPath'].'videos/configuration.php';
require_once $global['systemRootPath'] . 'objects/user.php';
User::logoff();
header("location: {$global['webSiteRootURL']}");

File Metadata

Mime Type
text/x-php
Expires
Thu, May 14, 22:03 (12 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1899156
Default Alt Text
logoff.php (284 B)

Event Timeline