Files
anpdf/index.php

15 lines
196 B
PHP
Raw Normal View History

2020-04-01 17:51:22 +03:00
<?php
ini_set('display_errors','off');
error_reporting(E_ALL);
require 'vendor/autoload.php';
require 'modules/anpdf/anpdf.php';
_kuri();
2020-04-01 18:11:53 +03:00
2020-04-01 17:51:22 +03:00
function index_kuri(){
2020-04-01 18:11:53 +03:00
return anpromo_kuri(1);
2020-04-01 17:51:22 +03:00
}