Ignore:
Timestamp:
Feb 13, 2008, 9:13:12 PM (16 years ago)
Author:
rub
Message:

Resolved issue 0000792: Admin "intro" : Integrity control bypass

Some sentences must be re-write ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/maintenance.php

    r2062 r2208  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | file          : $Id$
     
    9898    break;
    9999  }
     100  case 'c13y' :
     101  {
     102    include_once(PHPWG_ROOT_PATH.'admin/include/functions_check_integrity.inc.php');
     103    c13y_maintenance();
     104    break;
     105  }
    100106  default :
    101107  {
     
    121127    'U_MAINT_FEEDS' => $start_url.'feeds',
    122128    'U_MAINT_DATABASE' => $start_url.'database',
     129    'U_MAINT_C13Y' => $start_url.'c13y',
    123130    'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=maintenance',
    124131    )
Note: See TracChangeset for help on using the changeset viewer.