Files
vij/src/eventcalendar.php

15 lines
241 B
PHP
Raw Normal View History

2021-10-31 13:01:31 +03:00
<?php
ini_set('display_errors','on');
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($_GET['month'], $_GET['year']);
}