add page to remove deleted ports (pour mon petit grenouille!)

nn
  _.__-'@_ \/  _@'-__._
 /     '--)   (--`     \
/  >__<<_/  o  \_>>__<  \
 \\=x  \=x \|/ x=/  x=//



git-svn-id: http://www.observium.org/svn/observer/trunk@1074 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-04-24 22:43:25 +00:00
parent 464f495e29
commit fc0050d83c
8 changed files with 253 additions and 185 deletions

View File

@@ -18,6 +18,7 @@ if($debug) {
include("includes/functions.inc.php");
include("includes/authenticate.inc.php");
if($_SESSION['authenticated']) {
# Load permissions used my devicepermitted() and interfacepermitted()
$permissions = permissions_cache($_SESSION['user_id']);
}