📄 home.php
字号:
<?php
include('session.php');
include('head.php');
?>
<div id="maincontent">
<div class="item">
<h2 class="title">.: Welcome to MyVPN :.</h2>
<p class="first">MyVPN Admin is OpenVPN Web Config.<br>
With this interface you can create you VPN config, store on database, invite user and they can get the config file prepared by MyVPN ready to use with openvn.</p>
<p class="first">All user of MyVPN are possible administrator of a VPN.<br>
You can choose between private or pubblic VPN.</p>
<ul>
<li>With the private the VPN will not be visible to all user of MyVPN and the administrator is the only one that can send invitation to join to his VPN.</li>
<li>With the pubblic the VPN will be visible to all user of MyVPN and they can directly join to it.</li>
</ul>
<p align="right" class="first">Enjoy yourself ;-)</p>
</div>
</div>
<?
include('foot.php');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -