ISFIRECAT()

From Lianjapedia
Revision as of 07:28, 10 December 2012 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function used to determine whether an application is being run via Lianja Web (Firecat Server)

Syntax

ISFIRECAT()

See Also

GETENV(), GETLOCALHOST(), GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), ISLIANJA(), ISSERVER()

Description

The ISFIRECAT() function returns .T. (TRUE) if the current application code is being run via Lianja Web (Firecat Server). If not, it will return .F. (FALSE).

Example

if not isfirecat()
  activate screen
endif