Changeset 465

Show
Ignore:
Timestamp:
02/16/05 23:24:18 (8 years ago)
Author:
aprilp
Message:

The message activate was not properly defined and woul dnot show up :(

Files:
1 modified

Legend:

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

    r425 r465  
    3636            $smarty->display("templates/message_denied.html"); 
    3737            break; 
    38         case "message": 
     38        case "activate": 
    3939            $smarty->display("templates/message_activate.html"); 
    4040            break; 
     
    4343            break; 
    4444    } 
     45} else { 
     46    $smarty->display("templates/message_default.html"); 
    4547} 
    4648?>