mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Minor code style patch.
This commit is contained in:
parent
8108fc1e68
commit
172fa35b49
15 changed files with 72 additions and 79 deletions
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
include './customize_settings_native.php';
|
||||
include './customize_settings_plugin.php';
|
||||
?>
|
|
@ -324,6 +324,3 @@ switch ($_GET['page']) {
|
|||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
header('Content-Type: application/json');
|
||||
global $global, $config;
|
||||
if (!isset($global['systemRootPath'])) {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
if (isset($_GET['getLanguage'])) {
|
||||
|
||||
$lngFile = './'.strtolower(str_replace(['.', '/', '\\'], '', $_GET['getLanguage'])).'.php';
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
header('Content-Type: application/json');
|
||||
if (empty($global['systemRootPath'])) {
|
||||
$global['systemRootPath'] = "../";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue