Files
vij/src/eventcalendar.php
2021-12-09 17:59:30 +03:00

15 lines
258 B
PHP

<?php
//ini_set('display_errors','off');
//error_reporting(E_ALL);
require '/vhosts/beta/wp-load.php';
//require '/thosts/vij/wp/wp-load.php';
if (isset($_GET['month']) and $_GET['year']){
calend_block(trim($_GET['month']), trim($_GET['year']));
}