ui adjust

This commit is contained in:
2021-04-30 09:29:51 -04:00
parent 7396aefbec
commit cc6864ae7f
4 changed files with 11 additions and 1 deletions

View File

@@ -50,6 +50,11 @@
$timeplus = new DateTime($StaticFunctions->getUTC(), new DateTimeZone('UTC')); // DUMB WAY TO CALCULATE SOME TIMES
$timeplus->setTimezone(new DateTimeZone("$timezone"));
$timenow = $timeplus->format('Y-m-d H:i:s');
//simplesaml
//$as = new \SimpleSAML\Auth\Simple('default-sp');
//$as->requireAuth();
//$attributes = $as->getAttributes();
?>
<!doctype html>
<html lang="<?php echo $app_disp_lang; ?>">