This commit is contained in:
2026-07-19 18:27:27 +08:00
parent fe4b286ce1
commit 0febcf69f4
170 changed files with 19490 additions and 11878 deletions
+17 -43
View File
@@ -1,21 +1,4 @@
<?php
/**
* Expert-section landing page.
*
* Renders the warning banner explaining what the expert editors do
* and that hand-edits can be overwritten by the dashboard. The
* navigation strip with links to every editor lives in
* header-menu.inc which is included from this file (and every
* editor page).
*/
require_once($_SERVER['DOCUMENT_ROOT'].'/config/security_headers.php');
require_once($_SERVER['DOCUMENT_ROOT'].'/config/banner_warnings.inc');
setSecurityHeaders();
// Layer 2 of the default-password protection — see config/banner_warnings.inc.
// MUST run BEFORE any output so header('Location: ...') works.
pistar_warnings_enforce_redirect();
// Load the language support
require_once('../config/language.php');
//Load the Pi-Star Release file
@@ -34,51 +17,42 @@ require_once('../config/version.php');
<meta name="language" content="English" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Author" content="Andrew Taylor (MW0MWZ)" />
<meta name="Description" content="Pi-Star Expert Editor" />
<meta name="KeyWords" content="Pi-Star" />
<meta name="Description" content="CDN Expert Editor" />
<meta name="KeyWords" content="CDN" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<meta http-equiv="Expires" content="0" />
<title>Pi-Star - Digital Voice Dashboard - Expert Editor</title>
<title>CDN - Digital Voice Dashboard - Expert Editor</title>
<link rel="stylesheet" type="text/css" href="../css/pistar-css.php" />
</head>
<body>
<?php pistar_warnings_render(); ?>
<div class="container">
<?php include './header-menu.inc'; ?>
<div class="contentwide">
<table width="100%">
<tr><th>Expert Editors</th></tr>
<tr><td align="center">
<h2>**WARNING**</h2>
Pi-Star Expert editors have been created to make editing some of the extra settings in the<br />
config files more simple, allowing you to update some areas of the config files without the<br />
<h2>Expert Editors</h2>
<div class="settings-card">
<div class="field-row"><div class="field-note" style="flex:1 1 100%;font-size:13px;">
<b>**WARNING**</b><br /><br />
CDN Expert editors have been created to make editing some of the extra settings in the
config files more simple, allowing you to update some areas of the config files without the
need to login to your Pi over SSH.<br />
<br />
Please keep in mind when making your edits here, that these config files can be updated by<br />
the dashboard, and that your edits can be over-written. It is assumed that you already know<br />
what you are doing editing the files by hand, and that you understand what parts of the files<br />
Please keep in mind when making your edits here, that these config files can be updated by
the dashboard, and that your edits can be over-written. It is assumed that you already know
what you are doing editing the files by hand, and that you understand what parts of the files
are maintained by the dashboard.<br />
<br />
With that warning in mind, you are free to make any changes you like, for help come to the Facebook<br />
With that warning in mind, you are free to make any changes you like, for help come to the Facebook
group (link at the bottom of the page) and ask for help if / when you need it.<br />
73 and enjoy your Pi-Star experiance.<br />
Pi-Star UK Team.<br />
<br />
</td></tr>
</table>
73 and enjoy your CDN experiance.<br />
CDN Team.
</div></div>
</div>
</div>
<div class="footer">
Pi-Star / Pi-Star Dashboard, &copy; Andy Taylor (MW0MWZ) 2014-<?php echo date("Y"); ?>.<br />
Need help? Click <a style="color: #ffffff;" href="https://www.facebook.com/groups/pistarusergroup/" target="_new">here for the Support Group</a><br />
Get your copy of Pi-Star from <a style="color: #ffffff;" href="http://www.pistar.uk/downloads/" target="_new">here</a>.<br />
</div>
</div>
</body>
</html>