Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/includes/classes/hKit/hcal.profile.php
Ðазад
<?php // hcal profile for hkit // Hacked together by Ray Jones 06/26/2006 // $Id: hcal.profile.php,v 1.5 2007/09/17 21:24:36 bbannon Exp $ $this->root_class = 'vevent'; $this->classes = array ( 'dtstart', 'dtend', 'duration', 'rrule', 'exdate', 'rdate', 'summary', 'description', 'location', 'url', 'class', 'categories', 'priority', 'transp', 'status', 'tz', 'uid' ); // Classes that must only appear once per event. $this->singles = array ( 'summary' ); // Classes that are required (not strictly enforced - give at least one!) $this->required = array ( 'dtstart' ); $this->att_map = array ( 'url' => array ( 'A|href', 'IMG|src', 'AREA|href' ) ); $this->callbacks = array ( 'url' => array ( $this, 'resolvePath' ), 'email' => array ( $this, 'resolveEmail' ) ); function hKit_hcal_post ( $a ) { foreach ( $a as &$vevent ) { hKit_labels_toUpper ( $vevent ); } return $a; } function hKit_labels_toUpper ( &$vevent ) { $vevent = array_change_key_case ( $vevent, CASE_UPPER ); } ?>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка