Alternc  latest
Alternc logiel libre pour l'hébergement
about.php
Go to the documentation of this file.
1 <?php
2 /*
3 ----------------------------------------------------------------------
4 LICENSE
5 
6 This program is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License (GPL)
8 as published by the Free Software Foundation; either version 2
9 of the License, or (at your option) any later version.
10 
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 
16 To read the license please visit http://www.gnu.org/copyleft/gpl.html
17 ----------------------------------------------------------------------
18 */
19 
20 /**
21  * About page
22  *
23  * @copyright AlternC-Team 2000-2017 https://alternc.com/
24  */
25 
26  require_once("../class/config.php");
27 
28 include("head.php");
29 
30 ?>
31 <body>
32 <h3><?php __("About AlternC"); ?></h3>
33 <i><?php __("Hosting control panel");?></i>
34 <hr/>
35 <p>
36 <?php
37 __("AlternC is an automatic hosting software suite. It features a PHP-based administration interface and scripts that manage server configuration. <br/>It manages, among others, email, Web, Web statistics, and mailing list services. It is available in many languages. It is a free software distributed under GPL license.");
38 ?>
39 <p>
40 
41 <p>
42  <ul>
43  <li><?php __("Official website: ");?> <a target="_blank" href="https://alternc.com">http://alternc.com</a></li>
44  <li><?php __("Developer website: ");?> <a target="_blank" href="https://github.com/AlternC">https://github.com/AlternC</a></li>
45  <li><?php __("Help: ");?> <a target="_blank" href="https://aide-alternc.org">https://aide-alternc.org</a></li>
46  </ul>
47 </li>
48 
49 <hr/>
50 <p class="center"><a href="https://www.alternc.com" target="_blank"><img src="images/logo2.png" border="0" alt="AlternC" /></a>
51 <br />
52 <?php
53 __("You are currently using AlternC ");
54 echo " $L_VERSION";
55 ?>
56 
57 <?php include_once('foot.php');?>
__($str)
Definition: functions.php:404