Base Directory Fix #2
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
	<?php
 | 
						<?php
 | 
				
			||||||
	$partial = new Partial('head');
 | 
						$partial = new Partial('head');
 | 
				
			||||||
 | 
						$partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
	$partial->render();
 | 
						$partial->render();
 | 
				
			||||||
	?>
 | 
						?>
 | 
				
			||||||
	<title><?php echo $TITLE ?></title>
 | 
						<title><?php echo $TITLE ?></title>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
	<?php
 | 
						<?php
 | 
				
			||||||
	$partial = new Partial('head');
 | 
						$partial = new Partial('head');
 | 
				
			||||||
 | 
						$partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
	$partial->render();
 | 
						$partial->render();
 | 
				
			||||||
	?>
 | 
						?>
 | 
				
			||||||
	<title><?php echo $TITLE; ?></title>
 | 
						<title><?php echo $TITLE; ?></title>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
	<?php
 | 
						<?php
 | 
				
			||||||
	$partial = new Partial('head');
 | 
						$partial = new Partial('head');
 | 
				
			||||||
 | 
						$partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
	$partial->render();
 | 
						$partial->render();
 | 
				
			||||||
	?>
 | 
						?>
 | 
				
			||||||
	<title><?php echo $TITLE ?></title>
 | 
						<title><?php echo $TITLE ?></title>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <?php
 | 
					    <?php
 | 
				
			||||||
    $partial = new Partial('head');
 | 
					    $partial = new Partial('head');
 | 
				
			||||||
 | 
					    $partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
    $partial->render();
 | 
					    $partial->render();
 | 
				
			||||||
    ?>
 | 
					    ?>
 | 
				
			||||||
    <title><?php echo $TITLE ?></title>
 | 
					    <title><?php echo $TITLE ?></title>
 | 
				
			||||||
@@ -30,16 +31,16 @@
 | 
				
			|||||||
                        <input type="submit" class="button" name="selectFile" value="<?php $LANGMNG->echo('b_select');?>"/>
 | 
					                        <input type="submit" class="button" name="selectFile" value="<?php $LANGMNG->echo('b_select');?>"/>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </form>
 | 
					                </form>
 | 
				
			||||||
                    <?php 
 | 
					                <?php 
 | 
				
			||||||
                    if (isset($_POST['LogFile'])) {
 | 
					                if (isset($_POST['LogFile'])) {
 | 
				
			||||||
                        $file_lines = file('./app/logs/' . $_POST['LogFile']);
 | 
					                    $file_lines = file('./app/logs/' . $_POST['LogFile']);
 | 
				
			||||||
                        echo '<pre style="overflow: auto;">';
 | 
					                    echo '<pre style="overflow: auto;">';
 | 
				
			||||||
                        foreach ($file_lines as $line) {
 | 
					                    foreach ($file_lines as $line) {
 | 
				
			||||||
                            echo $line;
 | 
					                        echo $line;
 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                        echo '</pre>';
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    ?>
 | 
					                    echo '</pre>';
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                ?>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,13 +7,13 @@
 | 
				
			|||||||
<meta name="theme-color" content="#182239">
 | 
					<meta name="theme-color" content="#182239">
 | 
				
			||||||
<meta name="msapplication-navbutton-color" content="#182239">
 | 
					<meta name="msapplication-navbutton-color" content="#182239">
 | 
				
			||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
 | 
					<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
 | 
				
			||||||
<meta name="msapplication-starturl" content="/vasek/home/">
 | 
					<meta name="msapplication-starturl" content="<?php echo $BASEDIR; ?>">
 | 
				
			||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<link rel="icon" sizes="192x192" href="/vasek/home/app/templates/images/icon-192x192.png">
 | 
					<link rel="icon" sizes="192x192" href="<?php echo $BASEDIR; ?>app/templates/images/icon-192x192.png">
 | 
				
			||||||
<link rel="apple-touch-icon" sizes="192x192" href="/vasek/home/app/templates/images/icon-192x192.png">
 | 
					<link rel="apple-touch-icon" sizes="192x192" href="<?php echo $BASEDIR; ?>app/templates/images/icon-192x192.png">
 | 
				
			||||||
<link rel="icon" sizes="512x512" href="/vasek/home/app/templates/images/icon-512x512.png">
 | 
					<link rel="icon" sizes="512x512" href="<?php echo $BASEDIR; ?>app/templates/images/icon-512x512.png">
 | 
				
			||||||
<link rel="apple-touch-icon" sizes="512x512" href="/vasek/home/app/templates/images/icon-512x512.png">
 | 
					<link rel="apple-touch-icon" sizes="512x512" href="<?php echo $BASEDIR; ?>app/templates/images/icon-512x512.png">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<meta charset="UTF-8">
 | 
					<meta charset="UTF-8">
 | 
				
			||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <?php
 | 
					    <?php
 | 
				
			||||||
    $partial = new Partial('head');
 | 
					    $partial = new Partial('head');
 | 
				
			||||||
 | 
					    $partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
    $partial->render();
 | 
					    $partial->render();
 | 
				
			||||||
    ?>
 | 
					    ?>
 | 
				
			||||||
    <title><?php echo $TITLE ?></title>
 | 
					    <title><?php echo $TITLE ?></title>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <?php
 | 
					    <?php
 | 
				
			||||||
    $partial = new Partial('head');
 | 
					    $partial = new Partial('head');
 | 
				
			||||||
 | 
					    $partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
    $partial->render();
 | 
					    $partial->render();
 | 
				
			||||||
    ?>
 | 
					    ?>
 | 
				
			||||||
    <title><?php echo $TITLE ?></title>
 | 
					    <title><?php echo $TITLE ?></title>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
	<?php
 | 
						<?php
 | 
				
			||||||
	$partial = new Partial('head');
 | 
						$partial = new Partial('head');
 | 
				
			||||||
 | 
						$partial->prepare('baseDir', $BASEDIR);
 | 
				
			||||||
	$partial->render();
 | 
						$partial->render();
 | 
				
			||||||
	?>
 | 
						?>
 | 
				
			||||||
	<title><?php echo $TITLE ?></title>
 | 
						<title><?php echo $TITLE ?></title>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -51,6 +51,7 @@ class Automation extends Template
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$template = new Template('automation');
 | 
							$template = new Template('automation');
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Automation');
 | 
							$template->prepare('title', 'Automation');
 | 
				
			||||||
		$template->prepare('langMng', $langMng);
 | 
							$template->prepare('langMng', $langMng);
 | 
				
			||||||
		$template->prepare('automations', $automations);
 | 
							$template->prepare('automations', $automations);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -80,6 +80,7 @@ class Dashboard extends Template
 | 
				
			|||||||
			$template->prepare('deviceData', $device);
 | 
								$template->prepare('deviceData', $device);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Nástěnka');
 | 
							$template->prepare('title', 'Nástěnka');
 | 
				
			||||||
		$template->prepare('langMng', $langMng);
 | 
							$template->prepare('langMng', $langMng);
 | 
				
			||||||
		$template->prepare('dashboard', $dashboard);
 | 
							$template->prepare('dashboard', $dashboard);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -169,8 +169,9 @@ class Home extends Template
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$rooms = RoomManager::getAllRooms();
 | 
							$rooms = RoomManager::getAllRooms();
 | 
				
			||||||
		$template->prepare('rooms', $rooms);
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Home');
 | 
							$template->prepare('title', 'Home');
 | 
				
			||||||
 | 
							$template->prepare('rooms', $rooms);
 | 
				
			||||||
		$template->prepare('langMng', $langMng);
 | 
							$template->prepare('langMng', $langMng);
 | 
				
			||||||
		$template->prepare('data', $roomsItems);
 | 
							$template->prepare('data', $roomsItems);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,6 +25,8 @@ class Log extends Template
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
 | 
							$template->prepare('title', 'Logy');
 | 
				
			||||||
		$template->prepare('logsFiles', $result);
 | 
							$template->prepare('logsFiles', $result);
 | 
				
			||||||
		$template->prepare('langMng', $langMng);
 | 
							$template->prepare('langMng', $langMng);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,6 +11,7 @@ class Login extends Template
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$template = new Template('login');
 | 
							$template = new Template('login');
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Home');
 | 
							$template->prepare('title', 'Home');
 | 
				
			||||||
		$template->prepare('lang', $lang);
 | 
							$template->prepare('lang', $lang);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,6 +14,7 @@ class Rooms extends Template
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		$template = new Template('rooms');
 | 
							$template = new Template('rooms');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Rooms');
 | 
							$template->prepare('title', 'Rooms');
 | 
				
			||||||
		$template->prepare('lang', $lang);
 | 
							$template->prepare('lang', $lang);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,6 +11,7 @@ class Scene extends Template
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$template = new Template('scene');
 | 
							$template = new Template('scene');
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Scény');
 | 
							$template->prepare('title', 'Scény');
 | 
				
			||||||
		$template->prepare('langMng', $langMng);
 | 
							$template->prepare('langMng', $langMng);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,6 +22,7 @@ class Setting extends Template
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$template = new Template('setting');
 | 
							$template = new Template('setting');
 | 
				
			||||||
 | 
							$template->prepare('baseDir', BASEDIR);
 | 
				
			||||||
		$template->prepare('title', 'Automation');
 | 
							$template->prepare('title', 'Automation');
 | 
				
			||||||
		$template->prepare('langMng', $langMng);
 | 
							$template->prepare('langMng', $langMng);
 | 
				
			||||||
		$template->prepare('automations', $automations);
 | 
							$template->prepare('automations', $automations);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user