Changeset 979 for trunk/wifidog-auth/wifidog/content/index.php
- Timestamp:
- 02/28/06 09:21:36 (7 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/content/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/index.php
r933 r979 62 62 $node = Node :: getObject($_REQUEST['gw_id']); 63 63 64 if ($node == null) 65 { 66 $smarty->assign("tech_support_email", Network::getCurrentNetwork()->getTechSupportEmail()); 67 $smarty->display("templates/message_unknown_hotspot.html"); 64 if ($node == null) { 65 $ui = new MainUI(); 66 $ui->displayError(_("No Hotspot specified!")); 68 67 exit; 69 68 }
