~budgester/irm/trunk

« back to all changes in this revision

Viewing changes to include/networking.class.php

  • Committer: Martin N Stevens
  • Date: 2008-03-18 19:34:25 UTC
  • Revision ID: budgester@budgester.com-20080318193425-snjufybd20f0pxge
Refactored all individual functions in ports.functions.php into a class and renamed ports.functions.php to ports.class.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
                PRINT "</td>";
321
321
                PRINT "</tr>";
322
322
                PRINT "</table>";
323
 
                
324
 
                showPortsOnDevice($ID, 2);
 
323
        
 
324
                $ports = new ports();   
 
325
                $ports->showPortsOnDevice($ID, 2);
325
326
 
326
327
                $files = new Files();   
327
328
                $files->setDeviceType("networking");