home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / iPhone / punchclock.aspx < prev    next >
Text File  |  2011-03-06  |  227b  |  7 lines

  1. <%@ Page Language="VB" AutoEventWireup="false" CodeFile="punchclock.aspx.vb" Inherits="iPhoneNet_Default" %>
  2. <%
  3.     If Session("TFProduction_Status_UserID") = "" Then
  4.         Response.Redirect("login.aspx")
  5.     End If
  6. %>
  7.