mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Improving Sockets
This commit is contained in:
parent
a16246f93d
commit
b12e5c300e
17 changed files with 107 additions and 40 deletions
|
@ -173,7 +173,9 @@ switch ($_GET['page']) {
|
|||
<!DOCTYPE html>
|
||||
<html lang="<?php echo $config->getLanguage(); ?>">
|
||||
<head>
|
||||
<title><?php echo __("Administration") . $config->getPageTitleSeparator() . $config->getWebSiteTitle(); ?></title>
|
||||
<?php
|
||||
echo getHTMLTitle(__("Administration"));
|
||||
?>
|
||||
<?php
|
||||
include $global['systemRootPath'] . 'view/include/head.php';
|
||||
if (!empty($includeHead) && file_exists($includeHead)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue