Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/js_cacher.php
Ðазад
<?php // $Id: js_cacher.php,v 1.20 2009/12/27 15:53:29 bbannon Exp $ // If the JavaScript doesn't need any input from PHP, // this file should not be called. define( '_ISVALID', true ); if( empty( $inc ) ) $inc = $_GET['inc']; if( empty( $inc ) && ! empty( $_REQUEST['inc'] ) ) $inc = $_REQUEST['inc']; $arinc = explode( '/', $inc ); // We only allow includes if they exist in our js or HTMLarea directories. if( $arinc[0] != 'js' && $arinc[0] != 'htmlarea' ) return false; if( is_dir( 'includes' ) ) $newinc = 'includes'; elseif( is_dir( '../includes' ) ) $newinc = '../includes'; // Get list of files in the js directory. $myDirectory = opendir( "$newinc/$arinc[0]" ); while( $fileName = readdir( $myDirectory ) ) { $fileList[] = $fileName; } closedir( $myDirectory ); include_once 'includes/translate.php'; include_once 'includes/config.php'; include_once 'includes/dbi4php.php'; include_once 'includes/formvars.php'; include_once 'includes/functions.php'; do_config( 'includes/settings.php' ); include_once 'includes/' . $user_inc; include_once 'includes/access.php'; include_once 'includes/validate.php'; include_once 'includes/gradient.php'; header( 'Content-type: text/javascript' ); header( 'Cache-Control: Public' ); header( 'Pragma: Public' ); send_no_cache_header(); load_global_settings(); @session_start(); $login = ( empty( $_SESSION['webcal_login'] ) ? '__public__' : $_SESSION['webcal_login'] ); load_user_preferences(); foreach( $arinc as $a ) { if( $a == 'true' || $a == 'false' ) break; $newinc .= '/' . $a; } if( is_file( $newinc ) && in_array( $arinc[1], $fileList ) ) include_once $newinc; ?>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка