Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/adminhome.php
Ðазад
<?php // $Id: adminhome.php,v 1.45 2010/02/03 17:41:20 bbannon Exp $ /** * Page Description: * Serves as the home page for administrative functions. * Input Parameters: * None * Security: * Users will see different options available on this page. */ include_once 'includes/init.php'; define ( 'COLUMNS', 3 ); $accessEnabled = access_is_enabled(); $assistStr = translate ( 'Assistants' ); $prefStr = translate ( 'Preferences' ); $names = $links = array(); /* Disabled for now...will move to menu when working properly if ( $is_admin && ! empty ( $SERVER_URL ) && access_can_access_function ( ACCESS_SYSTEM_SETTINGS ) ) { $names[] = translate ( 'Control Panel' ); $links[] = 'controlpanel.php'; } */ if ( $is_nonuser_admin ) { if ( ! $accessEnabled || access_can_access_function( ACCESS_PREFERENCES ) ) { $names[] = $prefStr; $links[] = 'pref.php?user=' . $user; } if ( $single_user != 'Y' ) { if ( ! $accessEnabled || access_can_access_function( ACCESS_ASSISTANTS ) ) { $names[] = $assistStr; $links[] = 'assistant_edit.php?user=' . $user; } } } else { if ( ( $is_admin && ! $accessEnabled ) || ( $accessEnabled && access_can_access_function( ACCESS_SYSTEM_SETTINGS ) ) ) { $names[] = translate ( 'System Settings' ); $links[] = 'admin.php'; } if ( ! $accessEnabled || access_can_access_function( ACCESS_PREFERENCES ) ) { $names[] = $prefStr; $links[] = 'pref.php'; } $names[] = ( $is_admin ? translate ( 'Users' ) : translate ( 'Account' ) ); $links[] = 'users.php'; if ( $accessEnabled && access_can_access_function( ACCESS_ACCESS_MANAGEMENT ) ) { $names[] = translate ( 'User Access Control' ); $links[] = 'access.php'; } if ( $single_user != 'Y' ) { if ( ! $accessEnabled || access_can_access_function( ACCESS_ASSISTANTS ) ) { $names[] = $assistStr; $links[] = 'assistant_edit.php'; } } if ( $CATEGORIES_ENABLED == 'Y' ) { if ( ! $accessEnabled || access_can_access_function( ACCESS_CATEGORY_MANAGEMENT ) ) { $names[] = translate ( 'Categories' ); $links[] = 'category.php'; } } if ( ! $accessEnabled || access_can_access_function( ACCESS_VIEW_MANAGEMENT ) ) { $names[] = translate ( 'Views' ); $links[] = 'views.php'; } if ( ! $accessEnabled || access_can_access_function( ACCESS_LAYERS ) ) { $names[] = translate ( 'Layers' ); $links[] = 'layers.php'; } if ( $REPORTS_ENABLED == 'Y' && ( ! $accessEnabled || access_can_access_function( ACCESS_REPORT ) ) ) { $names[] = translate ( 'Reports' ); $links[] = 'report.php'; } if ( $is_admin ) { $names[] = translate ( 'Delete Events' ); $links[] = 'purge.php'; } /* This Activity Log link shows ALL activity for ALL events, so you really need to be an admin user for this. Enabling "Activity Log" in UAC just gives you access to the log for your _own_ events or other events you have access to. */ if ( $is_admin && ( ! $accessEnabled || access_can_access_function( ACCESS_ACTIVITY_LOG ) ) ) { $names[] = translate ( 'Activity Log' ); $links[] = 'activity_log.php'; $names[] = translate ( 'System Log' ); $links[] = 'activity_log.php?system=1'; } if ( ( $is_admin || ! $accessEnabled ) || ( $accessEnabled && access_can_access_function( ACCESS_SECURITY_AUDIT ) ) ) { $names[] = translate ( 'Security Audit' ); $links[] = 'security_audit.php'; } if ( $is_admin && ! empty ( $PUBLIC_ACCESS ) && $PUBLIC_ACCESS == 'Y' ) { $names[] = translate ( 'Public Preferences' ); $links[] = 'pref.php?public=1'; } if ( $is_admin && ! empty( $PUBLIC_ACCESS ) && $PUBLIC_ACCESS == 'Y' && $PUBLIC_ACCESS_CAN_ADD == 'Y' && $PUBLIC_ACCESS_ADD_NEEDS_APPROVAL == 'Y' ) { $names[] = translate ( 'Unapproved Public Events' ); $links[] = 'list_unapproved.php?user=__public__'; } } @session_start(); $_SESSION['webcal_tmp_login'] = 'SheIsA1Fine!'; print_header( '', /* '<style type="text/css"> #adminhome table, #adminhome td a { background:' . $CELLBG . ' } </style> If this is the proper way to call css_cacher.php from here? */ '<link type="text/css" href="css_cacher.php" rel="stylesheet" /> <link type="text/css" href="includes/css/styles.css" rel="stylesheet" />' ); echo ' <h2>' . translate( 'Administrative Tools' ) . '</h2> <table>'; for ( $i = 0, $cnt = count( $names ); $i < $cnt; $i++ ) { $empLink = empty( $links[$i] ); echo ( $i % COLUMNS == 0 ? ' <tr>' : '' ) . ' <td>' . ( $empLink ? '' : '<a href="' . $links[$i] . '">' ) . $names[$i] . ( $empLink ? '' : '</a>' ) . '</td>' . ( $i % COLUMNS == COLUMNS - 1 ? ' </tr>' : '' ); } while ( $i % COLUMNS != 0 ) { echo ' <td> </td>'; $i++; } echo ' </tr> </table> ' . print_trailer(); ?>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка