Changeset 1558 in ExiteCMS for trunk/includes/core_functions.php


Ignore:
Timestamp:
07/30/08 16:04:17 (4 years ago)
Author:
hverton
Message:

added preliminary support for multiple authentication methods. Currently, local database and OpenID are supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core_functions.php

    r1550 r1558  
    265265    if ($type == "header") { 
    266266        header("Location: ".$location); 
    267         die(); 
    268267    } else { 
    269268        echo "<script type='text/javascript'>document.location.href='".$location."'</script>\n"; 
    270269        echo sprintf($locale['182'], $location); 
    271270    } 
     271    exit; 
    272272} 
    273273 
Note: See TracChangeset for help on using the changeset viewer.