Skip to content

Commit

Permalink
Title like youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Apr 26, 2017
1 parent 74b78f1 commit 7106138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objects/ServerMonitor/ServerMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static function getDisk() {
break;
}
}
$obj->title = "{$obj->percent}%";
$obj->title = "Usage of {$obj->percent}%";
$obj->success = 1;
$obj->output = $output;
$obj->command = $cmd;
Expand Down
2 changes: 1 addition & 1 deletion view/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: <?php echo $video['title']; ?></title>
<title><?php echo $video['title']; ?> - <?php echo $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>
Expand Down

0 comments on commit 7106138

Please sign in to comment.