Changeset 345 for trunk/admin.php


Ignore:
Timestamp:
Feb 2, 2004, 1:55:18 AM (20 years ago)
Author:
gweltas
Message:

Merge of the 1.3.1 release
Creation of an unique include file (common.php)
Creation of an unique define file (include/constants.php)
Modification of the installation procedure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r228 r345  
    1818 ***************************************************************************/
    1919
    20 //----------------------------------------------------------- personnal include
     20//----------------------------------------------------------- include
     21$phpwg_root_path = './';
     22include_once( $phpwg_root_path.'common.php' );
    2123include_once( './admin/include/isadmin.inc.php' );
    2224//----------------------------------------------------- template initialization
     
    3537$page_valide = false;
    3638$title = '';
     39if (isset( $_GET['page'] ))
    3740switch ( $_GET['page'] )
    3841{
Note: See TracChangeset for help on using the changeset viewer.