Changeset 423

Show
Ignore:
Timestamp:
12/23/07 18:29:50 (10 months ago)
Author:
syrus
Message:

Correction ajout node dans la partie admin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-auth/wifidog/admin/generic_object_admin.php

    r395 r423  
    6767require_once('classes/Server.php'); 
    6868require_once('classes/InterfaceElements.php'); 
     69require_once('classes/Blacklist.php'); 
    6970 
    7071// Init values 
     
    324325    switch ($_REQUEST['object_class']) { 
    325326    case "Node": 
     327        $newText = $addText; 
     328        break; 
    326329    case "Server": 
    327330    case "Content":