add files

This commit is contained in:
Andrey Kuvshinov
2020-04-01 17:51:22 +03:00
commit aa95d4bae8
7 changed files with 228 additions and 0 deletions

14
index.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
ini_set('display_errors','off');
error_reporting(E_ALL);
require 'vendor/autoload.php';
require 'modules/anpdf/anpdf.php';
_kuri();
function index_kuri(){
echo 'kuri';
}