5 lines
602 B
PHP
5 lines
602 B
PHP
|
|
<h3><?=$US['nav-start']?></h3>
|
||
|
|
<a target="content" onclick="h(this);" href="stop.php"><?=$US['nav-sserver']?></a>
|
||
|
|
<a target="content" onclick="h(this);" href="<?=$apanel?>/cgi-bin/includes/lang/<?=file_get_contents("includes/.lang");?>/rserver.cgi"><?=$US['nav-rserver']?></a>
|
||
|
|
<a target="content" onclick="h(this);" href="<?=$apanel?>/cgi-bin/includes/lang/<?=file_get_contents("includes/.lang");?>/rmysql.cgi"><?=$US['nav-rmysql']?></a>
|
||
|
|
<a target="content" onclick="h(this);" href="<?=$apanel?>/cgi-bin/includes/lang/<?=file_get_contents("includes/.lang");?>/smysql.cgi"><?=$US['nav-smysql']?></a>
|