Файловый менеджер - Редактировать - /var/www/readzy/system/index.php
Назад
<?php include('../core/init.php'); ?> <html> <head> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <title>System Admin - Readzy</title> <!-- Favicon Icon --> <link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.png"> <link href="//fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"> <link type="text/css" href="/assets/css/style.css?v=<?=md5(time())?>" rel="stylesheet" /> <link type="text/css" href="/assets/css/mobile.css?v=<?=md5(time())?>" rel="stylesheet" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.min.js"></script> <script type="text/javascript" src="/assets/js/app.js?v=<?=md5(time())?>"></script> <link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png" /> </head> <body> <?php include('includes/menu.php'); ?> <div class="content"> <?php if(isset($_GET['page'])){ if(file_exists('views/'.$_GET['page'].'.php')){ include('views/'.$_GET['page'].'.php'); }else{ include('views/dashboard.php'); } }else{ include('views/dashboard.php'); } ?> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33-0ubuntu0.16.04.16 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка