Files
vij/src/eventcalendar.php

15 lines
258 B
PHP
Raw Normal View History

2021-10-31 13:01:31 +03:00
<?php
2021-12-09 17:59:30 +03:00
//ini_set('display_errors','off');
//error_reporting(E_ALL);
2021-10-31 13:01:31 +03:00
require '/vhosts/beta/wp-load.php';
//require '/thosts/vij/wp/wp-load.php';
if (isset($_GET['month']) and $_GET['year']){
2021-11-20 15:24:05 +03:00
calend_block(trim($_GET['month']), trim($_GET['year']));
2021-10-31 13:01:31 +03:00
}