Page MenuHomeGitPull.it

charts.php
No OneTemporary

Authored By
Unknown
Size
806 B
Referenced Files
None
Subscribers
None

charts.php

<?php
$limitVideos = 50;
global $global, $config;
if(!isset($global['systemRootPath'])){
require_once '../videos/configuration.php';
}
?>
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title>Chart - <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
include $global['systemRootPath'] . 'view/charts_head.php';
?>
</head>
<body class="<?php echo $global['bodyClass']; ?>">
<?php
include $global['systemRootPath'] . 'view/include/navbar.php';
include $global['systemRootPath'] . 'view/charts_body.php';
include_once $global['systemRootPath'] . 'view/include/footer.php';
?>
</body>
</html>

File Metadata

Mime Type
text/x-php
Expires
Thu, Aug 27, 14:49 (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2070184
Default Alt Text
charts.php (806 B)

Event Timeline