home.php
来自「vpn虚拟专用网络的一个开源搭建工具」· PHP 代码 · 共 22 行
PHP
22 行
<?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 + =
减小字号Ctrl + -
显示快捷键?