Changeset 143 for trunk/services


Ignore:
Timestamp:
Jun 4, 2006 12:14:22 AM (18 years ago)
Author:
scdev
Message:

Q - global comments formatting change

Location:
trunk/services
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/admins.php

    r141 r143  
    2020
    2121
    22 /******************************************************************************
    23  * CONFIG
    24  *****************************************************************************/
     22/********************************************************************
     23* CONFIG
     24********************************************************************/
    2525
    2626// Titles and navigation header.
     
    5959
    6060
    61 /******************************************************************************
    62  * MAIN
    63  *****************************************************************************/
     61/********************************************************************
     62* MAIN
     63********************************************************************/
    6464
    6565// We may want to use the add/edit interface from another script, so this
     
    185185include 'footer.ihtml';
    186186
    187 /******************************************************************************
    188  * FUNCTIONS
    189  *****************************************************************************/
     187/********************************************************************
     188* FUNCTIONS
     189********************************************************************/
    190190
    191191
  • trunk/services/logs.php

    r136 r143  
    4646$nav->addPage(sprintf(_("Viewing log: <em>%s</em>"), $prefs->get('log_file', 'logs_module')), '/admin/logs.php');
    4747
    48 /******************************************************************************
    49  * MAIN
    50  *****************************************************************************/
     48/********************************************************************
     49* MAIN
     50********************************************************************/
    5151
    5252// Allow realtime file stats.
     
    133133
    134134
    135 /******************************************************************************
    136  * FUNCTIONS
    137  *****************************************************************************/
     135/********************************************************************
     136* FUNCTIONS
     137********************************************************************/
    138138
    139139function deleteLog($log_file)
  • trunk/services/password.php

    r141 r143  
    2121$fv = new FormValidator();
    2222
    23 /******************************************************************************
    24  * MAIN
    25  *****************************************************************************/
     23/********************************************************************
     24* MAIN
     25********************************************************************/
    2626
    2727if (getFormData('boomerang', false) && isset($_SERVER['HTTP_REFERER'])) {
  • trunk/services/versions.php

    r141 r143  
    2828$nav->addPage(_("Versions"), $_SERVER['PHP_SELF']);
    2929
    30 /******************************************************************************
    31  * MAIN
    32  *****************************************************************************/
     30/********************************************************************
     31* MAIN
     32********************************************************************/
    3333
    3434// Request arguments.
Note: See TracChangeset for help on using the changeset viewer.