PHP Classes

File: Security/rootFolder.php

Recommend this page to a friend!
  Classes of Michael J. Fuhrman   Security   Security/rootFolder.php   Download  
File: Security/rootFolder.php
Role: Example script
Content type: text/plain
Description: Root of Security's Ladder Location
Class: Security
Manage user accounts and access controls
Author: By
Last change: changed directory path
Date: 13 years ago
Size: 394 bytes
 

Contents

Class file image Download
<?
/* =======================================
    Copyright 1998 - 2010 - E Net Arch
    This program is distributed under the terms of the GNU
    General Public License (or the Lesser GPL).
    ======================================= */

Function pagePath() { return ("../../../"); }

Function
rootID () { return (1407); }
Function
rootFolder () { return ( gblLadder()->getItem (1407) ); }
?>