Changeset 1159 in ExiteCMS for trunk/administration/phpinfo.php


Ignore:
Timestamp:
12/08/07 00:04:43 (4 years ago)
Author:
hverton
Message:

update all user queries to include the user_status, to select only active user accounts
removed download bar selection from the download module (should be in the download bars module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/phpinfo.php

    r864 r1159  
    1212require_once dirname(__FILE__)."/../includes/core_functions.php"; 
    1313require_once PATH_ROOT."/includes/theme_functions.php"; 
     14 
     15// show the output full screen 
     16define('FULL_SCREEN', true); 
    1417 
    1518// temp storage for template variables 
Note: See TracChangeset for help on using the changeset viewer.