Changeset 341

Show
Ignore:
Timestamp:
01/18/05 09:40:14 (8 years ago)
Author:
aprilp
Message:

No need for Style.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/hotspot_status.php

    r316 r341  
    2626define('BASEPATH','./'); 
    2727require_once BASEPATH.'include/common.php'; 
    28 require_once BASEPATH.'classes/Style.php'; 
    2928require_once BASEPATH.'classes/Statistics.php'; 
    3029require_once BASEPATH.'classes/SmartyWifidog.php'; 
     
    262261          $guid->appendChild($textnode); 
    263262 
    264       /* pubDate */ 
    265263    /* pubDate */ 
    266264    $pubDate = $xmldoc->createElement("pubDate"); 
     
    273271 
    274272    echo $xmldoc->saveXML(); 
    275     //$style=new Style(); 
    276     //echo $style->GetFooter(true,true); 
    277273} else { 
    278274    foreach($node_results as $node_row) {