PTM Logo Version 0.5.1 Beta
Home    SVN    Downloads    Documentation    Forum    Contact
This Site is 100%
Powered by PTM

SourceForge.net Logo
Documentation
I   Index
II   GNU GPL
III   Description
IV   Installation
V   Language Overview
VI   Tags
VII   Variables
  $_BASE
  $_CGI
  %_COOKIES
  $_DEFAULT_PTM_FILE
  $_DOCUMENT_ROOT
  %_GET
  $_HEADER
  @_KEYWORDS
  $_PATH
  %_POST
  @_PTM
  $_PTM_POS
  $_PTM_PREPROCESS
  @_REQUIRE
  $_SCRIPT
  %_SERVER
  %_SESSION
  %_SET_COOKIES
  $_SYNTAX_...
  $_URL
  $_USE_SECURE_SCRIPT_PASSING
  $_VERSION
VIII   Functions
IX   Modules
Documentation
View / Download this file.
---------------------------
$_DEFAULT_PTM_FILE VARIABLE
---------------------------

  -----------
  DESCRIPTION
  -----------

    As of PTM 0.5.0 Beta this variable has become obsolete and has been removed.
    This documentation stands only as reference for older versions.

    $_DEFAULT_PTM_FILE is optionally redefined by whomever installs PTM. If it
    is not redefined, it is set to "index.ptm". This variable defines which PTM
    script file will be loaded if no file is specified when the PPA (PTM Parser
    Application) [ptm.cgi] is called. Optimally, this would never be the case,
    as a file name should always be passed to the PPA in one way or another. In
    the case of a Standalone Mode installation, this is handled by the
    accompanying .htaccess script. In an Apache httpd.conf installation, this is
    automatically handled by Apache, as the PPA will only be called when a PTM
    file is requested. So this really only has bearing under normal
    circumstances when being used in Command Line mode, if a file argument is
    not specified.

  --------
  SEE ALSO
  --------

    VARIABLES

      $_DOCUMENT_ROOT
Home    SVN    Downloads    Documentation    Forum    Contact