vpnmanager 1.0.0

This commit is contained in:
2012-07-16 20:45:20 +00:00
parent 66118c8e01
commit 415536a0cb
4 changed files with 98 additions and 134 deletions

View File

@@ -139,7 +139,7 @@ $tpl_root = $SITE_WEBROOT . "Themes/" . $SITE_THEME . "/";
</ul>
</li>
<?php
$moduleid = 0;
$moduleid = 1;
foreach ($SITE_MODULES as $modul) {
$moduleid++;
$cut = strpos($modul, "#");