add app folder

This commit is contained in:
Andrey Kuvshinov
2020-04-01 21:26:25 +03:00
parent 67c28f6b97
commit eee8dfbee6
11 changed files with 56 additions and 136 deletions

12
app/index.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
require 'vendor/autoload.php';
require 'modules/anpdf/anpdf.php';
_kuri();
function index_kuri(){
return anpromo_kuri(1);
}