Changeset 341
- Timestamp:
- 01/18/05 09:40:14 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/hotspot_status.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/hotspot_status.php
r316 r341 26 26 define('BASEPATH','./'); 27 27 require_once BASEPATH.'include/common.php'; 28 require_once BASEPATH.'classes/Style.php';29 28 require_once BASEPATH.'classes/Statistics.php'; 30 29 require_once BASEPATH.'classes/SmartyWifidog.php'; … … 262 261 $guid->appendChild($textnode); 263 262 264 /* pubDate */265 263 /* pubDate */ 266 264 $pubDate = $xmldoc->createElement("pubDate"); … … 273 271 274 272 echo $xmldoc->saveXML(); 275 //$style=new Style();276 //echo $style->GetFooter(true,true);277 273 } else { 278 274 foreach($node_results as $node_row) {
