git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_Web/trunk@8 5f5cdc87-09bc-1947-a3a7-c45bb6b47c2a
34 lines
856 B
PHP
34 lines
856 B
PHP
<?
|
|
/*
|
|
####################################################
|
|
# Name: The Uniform Server Admin Panel 2.0
|
|
# Developed By: The Uniform Server Development Team
|
|
# Modified Last By: Olajide Olaolorun (empirex)
|
|
# Web: http://www.uniformserver.com
|
|
####################################################
|
|
*/
|
|
|
|
// Includes
|
|
include "includes/config.inc.php";
|
|
include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php";
|
|
include "includes/header.php";
|
|
include "includes/secure.php";
|
|
?>
|
|
|
|
<div id="main">
|
|
<h2>» <?=$US['stop-head']?></h2>
|
|
<h3><?=$US['stop-shut']?></h3>
|
|
<p>
|
|
<?=$US['stop-killing']?>
|
|
<br />
|
|
<br />
|
|
<a href="<?=$apanel?>/cgi-bin/includes/lang/<?=file_get_contents("includes/.lang");?>/sserver.cgi"><h2><?=$US['stop-stop']?></h2></a>
|
|
</p>
|
|
</div>
|
|
|
|
<?
|
|
// Footer
|
|
include "includes/footer.php";
|
|
?>
|
|
|